Class SalesBlotterService
java.lang.Object
com.caplin.motif.fx.ret.orders.blotter.destinations.SalesBlotterService
- All Implemented Interfaces:
com.caplin.datasource.blotter.BlotterApplicationListener
public class SalesBlotterService
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 Summary
ConstructorsConstructorDescriptionSalesBlotterService(BlotterFactory blotterFactory, UserBlotterManager userBlotterManager, OpenOrdersListenerManager openOrdersListenerManager, BlotterType blotterType) -
Method Summary
Modifier and TypeMethodDescriptionvoidblotterChannelClosed(com.caplin.datasource.blotter.BlotterChannel channel) voidblotterChannelOpened(com.caplin.datasource.blotter.BlotterChannel channel)
-
Constructor Details
-
SalesBlotterService
public SalesBlotterService(@Nonnull BlotterFactory blotterFactory, @Nonnull UserBlotterManager userBlotterManager, @Nonnull OpenOrdersListenerManager openOrdersListenerManager, @Nonnull BlotterType blotterType)
-
-
Method Details
-
blotterChannelOpened
public void blotterChannelOpened(@Nonnull com.caplin.datasource.blotter.BlotterChannel channel) - Specified by:
blotterChannelOpenedin interfacecom.caplin.datasource.blotter.BlotterApplicationListener
-
blotterChannelClosed
public void blotterChannelClosed(@Nonnull com.caplin.datasource.blotter.BlotterChannel channel) - Specified by:
blotterChannelClosedin interfacecom.caplin.datasource.blotter.BlotterApplicationListener
-