public method IInstrumentsManager.subscribeInstrumentsSubscribes to the instrument
Declaration
protojavascriptjavacsharppublic 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 |
See also: ISubscribeInstrumentsCallback
Declared in IInstrumentsManager