interface IInstrumentsManager
Parents
object
Brief
The interface for getting access to instruments data
| Public Methods | |
|---|---|
| subscribeInstrumentChange | Subscribes to the instrument change event |
| unsubscribeInstrumentChange | Unsubscribes from the instrument change event |
| getAllInstruments | Gets the data of all instruments |
| getAllInstrumentDescriptors | Gets the data of all instrument descriptors |
| getInstrumentBySymbol | Gets a data of a specific instrument by the instrument symbol |
| getInstrumentByOfferId | Gets a data of a specific instrument by its offer ID |
| getInstrumentDescriptorByOfferId | Gets a data of a specific instrument descriptor by its offer ID |
| getInstrumentDescriptorBySymbol | Gets a data of a specific instrument descriptor by the symbol |
| subscribeInstruments | Subscribes to the instrument |
| unsubscribeInstruments | Unsubscribes from the instrument |
| subscribeInstrumentsAndStoreOnServer | Subscribes to the instrument and save info about subscription on the server. Subscription will remain between sessions. |
| unsubscribeInstrumentsAndStoreOnServer | Unsubscribes from the instrument and remove info about subscription on the server |
| getSubscribedInstruments | Gets a list of subscribed instruments |