public method IInstrumentsManager.getInstrumentDescriptorBySymbol

Brief

Gets a data of a specific instrument descriptor by the symbol

Declaration

protojavascriptjavacsharp
public getInstrumentDescriptorBySymbol(symbol : string) : InstrumentDescriptor

Parameters
symbol

A string parameter used to get the instrument descriptor

Returns

The method returns a data of a specific instrument descriptor by the symbol

Details

See also: InstrumentDescriptor

Declared in IInstrumentsManager

back