TradeRestoredListener
s
about the restoration.
Attributes | Name and Description |
---|---|
|
caplin.trading.restoration.TradeRestoredListener()
Defines an interface for classes interested in listening to trade restoration events. |
Attributes | Name and Description |
---|---|
|
void
beforeTradeRestored(caplin.trading.restoration.TradeRestoreEvent oRestoreDataEvent)
An event callback that will be invoked before the trade is restored. |
|
void
tradeRestored(caplin.trading.restoration.TradeRestoreEvent oTradeRestoredEvent)
An event callback that will be invoked after the trade is restored. |
►
caplin.trading.restoration.TradeRestoredListener()
Defines an interface for classes interested in listening to trade restoration events.
►
void
beforeTradeRestored(caplin.trading.restoration.TradeRestoreEvent oRestoreDataEvent)
An event callback that will be invoked before the trade is restored.
caplin.trading.restoration.TradeRestoreEvent | oRestoreDataEvent | An event object containing the trade restoration information. |
►
void
tradeRestored(caplin.trading.restoration.TradeRestoreEvent oTradeRestoredEvent)
An event callback that will be invoked after the trade is restored.
caplin.trading.restoration.TradeRestoreEvent | oTradeRestoredEvent | An event object containing the trade restoration information. |