interface IPriceHistoryManagerCallback

Parents

object

Brief

The interface for callback of getPrices method in IPriceHistoryManager

Public Methods

onCancel

Is executed on client's price history request cancel when stopCommand() is called

onError

Is executed on fail

onSuccess

Is executed on successful receiving the history data

back