Uses of Class
com.caplin.motif.fx.trading.allocation.PostTradeAllocationList
Packages that use 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
Methods in com.caplin.motif.fx.trading.allocation that return PostTradeAllocationListModifier and TypeMethodDescriptionPostTradeAllocationFactory.createPostAllocationList(com.caplin.trading.Trade trade, ScheduledExecutorService executorService) Deprecated.Returns the PostTradeAllocationList given the specified trade message.Methods in com.caplin.motif.fx.trading.allocation with parameters of type PostTradeAllocationListModifier and TypeMethodDescriptionPostTradeAllocationListenerFactory.createPostTradeAllocationListener(PostTradeAllocationList allocationList) Deprecated.Returns a listener that will handle a post trade allocation request.voidPostTradeAllocationListener.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
Constructors in com.caplin.motif.fx.trading.allocation.responder with parameters of type PostTradeAllocationListModifierConstructorDescriptionDeprecated.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.