public method IInstrumentsManager.getInstrumentBySymbol

Overview

Gets a data of a specific instrument by the instrument symbol

Declaration

function getInstrumentBySymbol(symbol)
public Instrument getInstrumentBySymbol(String symbol);
public Instrument getInstrumentBySymbol(string symbol);

Parameters

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

Declared in IInstrumentsManager