public class PendingAllocationResponder extends FXResponder<PostTradeAllocationList>
Constructor and Description |
---|
PendingAllocationResponder(PostTradeAllocationList trade)
Constructs a Responder that can send messages from the PendingAllocation state
Please use:
PostTradeAllocationList.getPendingAllocationResponder()
to retrieve an instance |
Modifier and Type | Method and Description |
---|---|
void |
sendAllocationConfirmation(AllocationConfirmationEvent event)
Sends an allocation confirmation to denote that the allocation was successful.
|
sendError, sendReject
public PendingAllocationResponder(PostTradeAllocationList trade)
PostTradeAllocationList.getPendingAllocationResponder()
to retrieve an instancetrade
- The object representing the post allocation trade which the
responder can send messages for.public void sendAllocationConfirmation(AllocationConfirmationEvent event) throws com.caplin.trading.TradeException
event
- The event to send.com.caplin.trading.TradeException
- If there was a problem sending the eventCopyright © 2015 Caplin Systems.