public method IInstrumentsManager.unsubscribeInstruments

Brief

Unsubscribes from the instrument

Declaration

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

Details

See also: ISubscribeInstrumentsCallback

Declared in IInstrumentsManager

back