C# Class FastQuant.BarFilter

Show file Open project: fastquant/fastquant.dll Class Usage Examples

Public Methods

Method Description
Add ( BarType barType, long barSize ) : void
Clear ( ) : void
Contains ( BarType barType, long barSize ) : bool

Method Details

Add() public method

public Add ( BarType barType, long barSize ) : void
barType BarType
barSize long
return void

Clear() public method

public Clear ( ) : void
return void

Contains() public method

public Contains ( BarType barType, long barSize ) : bool
barType BarType
barSize long
return bool