InstrumentsCollection CLASS
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
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
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
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
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
Gets option's instruments collection synchronously SYNTAX public List<Instrument> GetOptionInstruments (OptionSeries series) PARAMETERS ...
Sun, May 13, 2018 at 12:14 PM
Gets option's instruments collection asynchronously SYNTAX public Task<List`1> GetOptionInstrumentsAsync (OptionSeries series) PARAMETER...
Sun, May 13, 2018 at 12:16 PM
Retrieves option's series collection synchronously SYNTAX public List<OptionSeries> GetOptionSeries (Instrument underlier) PARAMETERS ...
Sun, May 13, 2018 at 12:17 PM
Retrieves option's series collection asynchronously SYNTAX public Task<List`1> GetOptionSeriesAsync (Instrument underlier) PARAMETERS ...
Sun, May 13, 2018 at 12:18 PM
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