HistoricalDataMultiInstrumentRequest Class
public class HistoricalDataMultiInstrumentRequest : HistoricalDataRequest
This language is not supported or no code example is available.
public ref class HistoricalDataMultiInstrumentRequest : public HistoricalDataRequest^
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
![]() |
HistoricalDataMultiInstrumentRequest() | |
![]() |
HistoricalDataMultiInstrumentRequest(InstrumentList, string, DateTime, DateTime, byte, Nullable<BarType>, Nullable<Int64>, Nullable<Int32>) | Request Historical Data for a list of Instruments |
Name | Description | |
---|---|---|
![]() |
BarSize | Gets or sets the size of the bar. (inherited from HistoricalDataRequest). |
![]() |
BarType | Gets or sets the type of the bar. (inherited from HistoricalDataRequest). |
![]() |
DataPoints | Gets or sets the amount of bars in the request. (inherited from HistoricalDataRequest). |
![]() |
DataType | Gets or sets the type of the data. (inherited from HistoricalDataRequest). |
![]() |
DateTime1 | Gets or sets the begin date. (inherited from HistoricalDataRequest). |
![]() |
DateTime2 | Gets or sets the end date. (inherited from HistoricalDataRequest). |
![]() |
Instruments | Gets or sets the list of instruments |
![]() |
RequestId | Gets or sets the request identifier. (inherited from HistoricalDataRequest). |
OberMind.HistoricalDataMultiInstrumentRequest