HistoricalDataMultiInstrumentRequest(InstrumentList, String, DateTime, DateTime, Byte, Nullable<BarType>, Nullable<Int64>, Nullable<Int32>) Constructor

Request Historical Data for a list of Instruments
public HistoricalDataMultiInstrumentRequest( 
InstrumentList instruments
string requestId
DateTime dateTime1
DateTime dateTime2
byte dataType
Nullable<BarType> barType = null, 
Nullable<long> barSize = null, 
Nullable<int> dataPoints = null 
)
This language is not supported or no code example is available.
public:  
HistoricalDataMultiInstrumentRequest( 
InstrumentList^ instruments
String^ requestId
DateTime dateTime1
DateTime dateTime2
Byte dataType
Nullable<BarType^> barType
Nullable<long^> barSize
Nullable<int^> dataPoints 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

instruments
InstrumentList

requestId
string

dateTime1
DateTime

dateTime2
DateTime

dataType
byte

barType
Nullable<BarType>

barSize
Nullable<long>

dataPoints
Nullable<int>

In this article

Definition