HistoricalDataMultiInstrumentRequest.Instruments Property
public InstrumentList Instruments {get; set;}
This language is not supported or no code example is available.
public:
property InstrumentList^ Instruments {
InstrumentList^ get( );
void set(
InstrumentList^ value
);
}
This language is not supported or no code example is available.
public function get Instruments() : InstrumentList;
public function set Instruments(value : InstrumentList);
This language is not supported or no code example is available.