Interface TradeChannelSessionListener


public interface TradeChannelSessionListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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)