HistoricalDataSingleInstrumentRequest Class
public class HistoricalDataSingleInstrumentRequest : HistoricalDataRequest
This language is not supported or no code example is available.
public ref class HistoricalDataSingleInstrumentRequest : public HistoricalDataRequest^
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
HistoricalDataSingleInstrumentRequest() | ||
HistoricalDataSingleInstrumentRequest(Instrument, string, DateTime, DateTime, byte, Nullable<BarType>, Nullable<Int64>, Nullable<Int32>) | Request Historical Data for a single Instrument. |
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). | |
Instrument | Gets or sets the instrument | |
RequestId | Gets or sets the request identifier. (inherited from HistoricalDataRequest). |
OberMind.HistoricalDataSingleInstrumentRequest