public method IInstrumentsManager.unsubscribeInstrumentsAndStoreOnServer

Brief

Unsubscribes from the instrument and remove info about subscription on the server

Declaration

protojavascriptjavacsharp
public 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

Details

See also: ISubscribeInstrumentsCallback

Declared in IInstrumentsManager

back