Class MotifTradingApplicationListener

java.lang.Object
com.caplin.motif.MotifTradingApplicationListener
All Implemented Interfaces:
com.caplin.trading.TradingApplicationListener

public class MotifTradingApplicationListener extends Object implements com.caplin.trading.TradingApplicationListener
  • Constructor Details

  • Method Details

    • channelCreated

      public void channelCreated(com.caplin.trading.TradeChannel tradeChannel)
      Specified by:
      channelCreated in interface com.caplin.trading.TradingApplicationListener
    • channelClosed

      public void channelClosed(com.caplin.trading.TradeChannel tradeChannel)
      Specified by:
      channelClosed in interface com.caplin.trading.TradingApplicationListener
    • addTradeChannelSessionListener

      public void addTradeChannelSessionListener(TradeChannelSessionListener listener)
    • registerTradeListenerFactory

      public void registerTradeListenerFactory(String protocol, TradeListenerFactory listener)
    • registerUserSessionListener

      public void registerUserSessionListener(UserSessionListener listener)
    • removeUserSessionListener

      public void removeUserSessionListener(UserSessionListener listener)
    • blotterChannelClosed

      public void blotterChannelClosed(com.caplin.trading.BlotterChannel blotterChannel)
      Specified by:
      blotterChannelClosed in interface com.caplin.trading.TradingApplicationListener
    • blotterChannelCreated

      public void blotterChannelCreated(com.caplin.trading.BlotterChannel blotterChannel)
      Specified by:
      blotterChannelCreated in interface com.caplin.trading.TradingApplicationListener
    • peerDown

      public void peerDown(int peerId)
      Specified by:
      peerDown in interface com.caplin.trading.TradingApplicationListener
    • peerUp

      public void peerUp(int peerId)
      Specified by:
      peerUp in interface com.caplin.trading.TradingApplicationListener