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 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.
-
-
Constructor Summary
Constructors Constructor Description BlotterService(BlotterFactory blotterFactory, UserBlotterManager userBlotterManager, OpenOrdersListenerManager openOrdersListenerManager, BlotterType blotterType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
blotterChannelClosed(com.caplin.datasource.blotter.BlotterChannel channel)
void
blotterChannelOpened(com.caplin.datasource.blotter.BlotterChannel channel)
-
-
-
Constructor Detail
-
BlotterService
public BlotterService(@Nonnull BlotterFactory blotterFactory, @Nonnull UserBlotterManager userBlotterManager, @Nonnull OpenOrdersListenerManager openOrdersListenerManager, @Nonnull BlotterType blotterType)
-
-
Method Detail
-
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
-
-