Uses of Class
com.caplin.motif.fx.trading.allocation.PostTradeAllocationList
-
Packages that use PostTradeAllocationList Package Description com.caplin.motif.fx.trading.allocation Classes and interfaces that relate to post-trade allocations.com.caplin.motif.fx.trading.allocation.responder Classes used for sending post-trade allocation events. -
-
Uses of PostTradeAllocationList in com.caplin.motif.fx.trading.allocation
Methods in com.caplin.motif.fx.trading.allocation that return PostTradeAllocationList Modifier and Type Method Description PostTradeAllocationList
PostTradeAllocationFactory. createPostAllocationList(com.caplin.trading.Trade trade, java.util.concurrent.ScheduledExecutorService executorService)
Returns the PostTradeAllocationList given the specified trade message.Methods in com.caplin.motif.fx.trading.allocation with parameters of type PostTradeAllocationList Modifier and Type Method Description PostTradeAllocationListener
PostTradeAllocationListenerFactory. createPostTradeAllocationListener(PostTradeAllocationList allocationList)
Returns a listener that will handle a post trade allocation request.void
PostTradeAllocationListener. onSubmit(PostTradeAllocationList allocationList)
Called when a Post Trade Allocation request has been received. -
Uses of PostTradeAllocationList in com.caplin.motif.fx.trading.allocation.responder
Constructors in com.caplin.motif.fx.trading.allocation.responder with parameters of type PostTradeAllocationList Constructor Description ClientCloseSentResponder(PostTradeAllocationList trade)
PendingAllocationResponder(PostTradeAllocationList trade)
Constructs a Responder that can send messages from the PendingAllocation stateQueuedResponder(PostTradeAllocationList trade)
Constructs a Responder that can send messages from the Queued state.SubmittedResponder(PostTradeAllocationList trade)
Sends a message to acknowledge that the submission has been received.
-