public method IInstrumentsManager.unsubscribeInstrumentsAndStoreOnServerUnsubscribes from the instrument and remove info about subscription on the server
Declaration
protojavascriptjavacsharppublic unsubscribeInstrumentsAndStoreOnServer(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 provides a callback method that is called when the unsubscription is complete, and it can be used to handle any errors that may occur during the unsubscription process or to perform further actions after the unsubscription is complete |
See also: ISubscribeInstrumentsCallback
Declared in IInstrumentsManager