Class PostTradeAllocationProvider
java.lang.Object
com.caplin.motif.fx.trading.allocation.PostTradeAllocationProvider
- All Implemented Interfaces:
com.caplin.datasource.publisher.DataProvider
@Deprecated
public class PostTradeAllocationProvider
extends Object
implements com.caplin.datasource.publisher.DataProvider
Deprecated.
-
Constructor Summary
ConstructorDescriptionPostTradeAllocationProvider
(SubjectParser<AllocationViewEvent> subjectParser, PostTradeAllocationViewListener listener, AllocationsPublisher allocationsPublisher) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoid
onDiscard
(com.caplin.datasource.publisher.DiscardEvent discardEvent) Deprecated.void
onRequest
(com.caplin.datasource.publisher.RequestEvent requestEvent) Deprecated.void
setActivePublisher
(com.caplin.datasource.publisher.ActivePublisher activePublisher) Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.caplin.datasource.publisher.DataProvider
setPublisher
-
Constructor Details
-
PostTradeAllocationProvider
public PostTradeAllocationProvider(SubjectParser<AllocationViewEvent> subjectParser, PostTradeAllocationViewListener listener, AllocationsPublisher allocationsPublisher) Deprecated.
-
-
Method Details
-
onRequest
public void onRequest(com.caplin.datasource.publisher.RequestEvent requestEvent) Deprecated.- Specified by:
onRequest
in interfacecom.caplin.datasource.publisher.DataProvider
-
onDiscard
public void onDiscard(com.caplin.datasource.publisher.DiscardEvent discardEvent) Deprecated.- Specified by:
onDiscard
in interfacecom.caplin.datasource.publisher.DataProvider
-
setActivePublisher
public void setActivePublisher(com.caplin.datasource.publisher.ActivePublisher activePublisher) Deprecated.
-