Class BlotterService
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 Summary
ConstructorDescriptionBlotterService
(BlotterFactory blotterFactory, UserBlotterManager userBlotterManager, OpenOrdersListenerManager openOrdersListenerManager, BlotterType blotterType) -
Method Summary
Modifier and TypeMethodDescriptionvoid
blotterChannelClosed
(com.caplin.datasource.blotter.BlotterChannel channel) void
blotterChannelOpened
(com.caplin.datasource.blotter.BlotterChannel channel)
-
Constructor Details
-
BlotterService
public BlotterService(@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:
blotterChannelOpened
in interfacecom.caplin.datasource.blotter.BlotterApplicationListener
-
blotterChannelClosed
public void blotterChannelClosed(@Nonnull com.caplin.datasource.blotter.BlotterChannel channel) - Specified by:
blotterChannelClosed
in interfacecom.caplin.datasource.blotter.BlotterApplicationListener
-