public method IInstrumentsManager.getInstrumentBySymbolGets a data of a specific instrument by the instrument symbol
Declaration
protojavascriptjavacsharppublic getInstrumentBySymbol(symbol : string) : Instrument
| Parameters | |
symbol |
A string parameter used to get data of a specific instrument |
Returns
The method returns a data of a specific instrument by the instrument symbol
See also: Instrument
Declared in IInstrumentsManager