java.lang.Object
com.caplin.motif.fx.ret.orders.blotter.destinations.BlotterService
All Implemented Interfaces:
com.caplin.datasource.blotter.BlotterApplicationListener

public class BlotterService extends Object implements com.caplin.datasource.blotter.BlotterApplicationListener
Entry point to the Blotter system. Receives requests from the OpenOrdersListenerManager and delegates them to The UserBlotterManager. Each user gets one blotter service per subscribed blotter.
  • Constructor Details

  • Method Details

    • blotterChannelOpened

      public void blotterChannelOpened(@Nonnull com.caplin.datasource.blotter.BlotterChannel channel)
      Specified by:
      blotterChannelOpened in interface com.caplin.datasource.blotter.BlotterApplicationListener
    • blotterChannelClosed

      public void blotterChannelClosed(@Nonnull com.caplin.datasource.blotter.BlotterChannel channel)
      Specified by:
      blotterChannelClosed in interface com.caplin.datasource.blotter.BlotterApplicationListener