Method | Description | |
---|---|---|
GetDataType ( |
||
GetInstrument ( |
||
GetName ( Instrument instrument, BarType barType, long barSize ) : string | ||
GetName ( Instrument instrument, byte type ) : string | ||
GetSymbol ( |
||
GetSymbol ( string seriesName ) : string | ||
TryGetBarTypeSize ( |
Method | Description | |
---|---|---|
GetBarTypeAsString ( BarType barType, long barSize ) : object | ||
GetDataTypeAsString ( byte dataType ) : string | ||
GetDataTypeFromName ( string seriesName ) : byte |
public static GetDataType ( |
||
series | ||
return | byte |
public static GetInstrument ( |
||
series | ||
framework | ||
return | Instrument |
public static GetName ( Instrument instrument, BarType barType, long barSize ) : string | ||
instrument | Instrument | |
barType | BarType | |
barSize | long | |
return | string |
public static GetName ( Instrument instrument, byte type ) : string | ||
instrument | Instrument | |
type | byte | |
return | string |
public static GetSymbol ( |
||
series | ||
return | string |
public static GetSymbol ( string seriesName ) : string | ||
seriesName | string | |
return | string |
public static TryGetBarTypeSize ( |
||
series | ||
barType | BarType | |
barSize | long | |
return | bool |