Uses of Class
com.caplin.motif.fx.trading.allocation.PostTradeAllocationList
Package
Description
Classes and interfaces that relate to post-trade allocations.
Classes used for sending post-trade allocation events.
-
Uses of PostTradeAllocationList in com.caplin.motif.fx.trading.allocation
Modifier and TypeMethodDescriptionPostTradeAllocationFactory.createPostAllocationList
(com.caplin.trading.Trade trade, ScheduledExecutorService executorService) Deprecated.Returns the PostTradeAllocationList given the specified trade message.Modifier and TypeMethodDescriptionPostTradeAllocationListenerFactory.createPostTradeAllocationListener
(PostTradeAllocationList allocationList) Deprecated.Returns a listener that will handle a post trade allocation request.void
PostTradeAllocationListener.onSubmit
(PostTradeAllocationList allocationList) Deprecated.Called when a Post Trade Allocation request has been received. -
Uses of PostTradeAllocationList in com.caplin.motif.fx.trading.allocation.responder
ModifierConstructorDescriptionDeprecated.Deprecated.Constructs a Responder that can send messages from the PendingAllocation stateDeprecated.Constructs a Responder that can send messages from the Queued state.Deprecated.Sends a message to acknowledge that the submission has been received.