InstrumentsCollection CLASS

Current PROPERTY (Instrument)
Gets currently selected instrument. SYNTAX public Instrument Current { get; } EXAMPLE using System; using System.Collections; using Syste...
Sun, May 13, 2018 at 11:57 AM
GetInstrument (string name) METHOD (Return: Instrument)
Gets an Instrument that represents the access to instrument objects specifiedby by instrument name. SYNTAX public Instrument GetInstrument (string n...
Sun, May 13, 2018 at 12:01 PM
GetInstrument (string symbol, string route) METHOD (Return: Instrument)
Retruns an Instrument that represents the access to instrument objects specifiedby by instrument symbol and route. SYNTAX public Instrument GetInstr...
Sun, May 13, 2018 at 12:04 PM
GetInstrument (string symbol, string route, DateTime expirationDate) METHOD (Return: Instrument)
Gets an Instrument that represents the access to instrument objects specifiedby by instrument symbol, route and expiration date. SYNTAX public Instr...
Sun, May 13, 2018 at 12:08 PM
GetInstruments () METHOD (Return: Instrument[])
Gets array with all active Instrument items. SYNTAX public Instrument[] GetInstruments () RETURN Instrument[] the array with all active inst...
Sun, May 13, 2018 at 12:12 PM
GetOptionInstruments (OptionSeries series) METHOD (Return: List)
Gets option's instruments collection synchronously SYNTAX public List<Instrument> GetOptionInstruments (OptionSeries series) PARAMETERS ...
Sun, May 13, 2018 at 12:14 PM
GetOptionInstrumentsAsync (OptionSeries series) METHOD (Return: Task)
Gets option's instruments collection asynchronously SYNTAX public Task<List`1> GetOptionInstrumentsAsync (OptionSeries series) PARAMETER...
Sun, May 13, 2018 at 12:16 PM
GetOptionSeries (Instrument underlier) METHOD (Return: List)
Retrieves option's series collection synchronously SYNTAX public List<OptionSeries> GetOptionSeries (Instrument underlier) PARAMETERS ...
Sun, May 13, 2018 at 12:17 PM
GetOptionSeriesAsync (Instrument underlier) METHOD (Return: Task)
Retrieves option's series collection asynchronously SYNTAX public Task<List`1> GetOptionSeriesAsync (Instrument underlier) PARAMETERS ...
Sun, May 13, 2018 at 12:18 PM
GetSortedInstrumentNames (bool onlyTradable) METHOD (Return: string[])
Gets the array sorted by name, with names of all available Instrument. SYNTAX public string[] GetSortedInstrumentNames (bool onlyTradable) PARAMET...
Sun, May 13, 2018 at 12:21 PM