public method IInstrumentsManager.unsubscribeInstruments

Overview

Unsubscribes from the instrument

Declaration

function unsubscribeInstruments(symbols, callback)
public void unsubscribeInstruments(String[] symbols, ISubscribeInstrumentsCallback callback);
public void unsubscribeInstruments(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 providing a callback method that is called when the unsubscription is complete

Details

Declared in IInstrumentsManager