Package com.caplin.motif
Interface TradeChannelSessionListener
public interface TradeChannelSessionListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onTradeChannelClosed
(com.caplin.trading.TradeChannel tradeChannel) void
onTradeChannelOpened
(com.caplin.trading.TradeChannel tradeChannel)
-
Method Details
-
onTradeChannelOpened
void onTradeChannelOpened(com.caplin.trading.TradeChannel tradeChannel) -
onTradeChannelClosed
void onTradeChannelClosed(com.caplin.trading.TradeChannel tradeChannel)
-