public method IInstrumentsManager.unsubscribeInstrumentsAndStoreOnServer

Overview

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

Declaration

function unsubscribeInstrumentsAndStoreOnServer(symbols, callback)
public void unsubscribeInstrumentsAndStoreOnServer(String[] symbols, ISubscribeInstrumentsCallback callback);
public void unsubscribeInstrumentsAndStoreOnServer(string[] symbols, ISubscribeInstrumentsCallback callback);

Parameters

Name Description
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

Declared in IInstrumentsManager