Class SalesBlotterService

  • All Implemented Interfaces:
    com.caplin.datasource.blotter.BlotterApplicationListener

    public class SalesBlotterService
    extends java.lang.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.
    • Method Detail

      • 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