FileDataServer.GetDataSeries (Instrument, Byte, BarType, Int64) Method
public override DataSeries GetDataSeries(
Instrument instrument,
byte type,
BarType barType = BarType.Time,
long barSize = 60
)
This language is not supported or no code example is available.
public:
DataSeries^ GetDataSeries(
Instrument^ instrument,
Byte type,
BarType barType,
long barSize
)
This language is not supported or no code example is available.
public function GetDataSeries(
instrument : Instrument,
type : byte,
barType : BarType,
barSize : long
) : DataSeries;
This language is not supported or no code example is available.
Parameters
- instrument
- Instrument
The instrument.
- type
- byte
The type.
- barType
- BarType
- barSize
- long
Return Value
DataSeriesDataSeries.