public method IInstrumentsManager.getInstrumentDescriptorBySymbol

Overview

Gets a data of a specific instrument descriptor by the symbol

Declaration

function getInstrumentDescriptorBySymbol(symbol)
public InstrumentDescriptor getInstrumentDescriptorBySymbol(String symbol);
public InstrumentDescriptor getInstrumentDescriptorBySymbol(string symbol);

Parameters

Name Description
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

Declared in IInstrumentsManager