public method IInstrumentsManager.getInstrumentBySymbol

Brief

Gets a data of a specific instrument by the instrument symbol

Declaration

protojavascriptjavacsharp
public 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

Details

See also: Instrument

Declared in IInstrumentsManager

back