public method IInstrumentsManager.subscribeInstruments
Overview
Subscribes to the instrument
Declaration
function subscribeInstruments(symbols, callback)
public void subscribeInstruments(String[] symbols, ISubscribeInstrumentsCallback callback);
public void subscribeInstruments(string[] symbols, ISubscribeInstrumentsCallback callback);
Parameters
| Name | Description |
|---|---|
| symbols | The instrument symbols that users wants to add to the list of subscribed instruments |
| callback | An interface providing a callback method that is called when the subscription is complete |
Details
Declared in IInstrumentsManager