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.
|
Modifier and Type | Method and Description |
---|---|
PostTradeAllocationList |
PostTradeAllocationFactory.createPostAllocationList(com.caplin.trading.Trade trade)
Returns the PostTradeAllocationList given the specified trade message.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
ClientCloseSentResponder(PostTradeAllocationList trade) |
PendingAllocationResponder(PostTradeAllocationList trade)
Constructs a Responder that can send messages from the PendingAllocation state
Please use:
getPendingAllocationResponder()
to retrieve an instance |
QueuedResponder(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.
|
Copyright © 2015 Caplin Systems.