public method IInstrumentsManager.unsubscribeInstrumentsUnsubscribes from the instrument
Declaration
protojavascriptjavacsharppublic unsubscribeInstruments(symbols : string[], callback : ISubscribeInstrumentsCallback) : void
| Parameters | |
symbols |
The instrument symbols that the user wants to remove from the list of subscribed instruments |
callback |
An interface providing a callback method that is called when the unsubscription is complete |
See also: ISubscribeInstrumentsCallback
Declared in IInstrumentsManager