interface IPriceHistoryManagerCallback
Parents
object
Brief
The interface for callback of getPrices method in IPriceHistoryManager
| Public Methods | |
|---|---|
| onSuccess | Is executed on successful receiving the history data |
| onError | Is executed on fail |
| onCancel | Is executed on client's price history request cancel when stopCommand() is called |