public method IInstrumentsManager.subscribeInstruments

Brief

Subscribes to the instrument

Declaration

protojavascriptjavacsharp
public subscribeInstruments(symbols : string[], callback : ISubscribeInstrumentsCallback) : void

Parameters
symbols

The instrument symbols that users wants to add to the list of subscribed instruments

callback

An interface providing a callback method that is called when the subscription is complete

Details

See also: ISubscribeInstrumentsCallback

Declared in IInstrumentsManager

back