public class PostTradeAllocationList extends MotifTrade
getTradeID()
.trade
Modifier and Type | Method and Description |
---|---|
List<PostTradeAllocation> |
getAllocations()
Returns the list of
PostTradeAllocation s that were recieved with this request. |
BuySell |
getBuySell()
Returns whether or not the original trade was a BUY or SELL.
|
ClientCloseSentResponder |
getClientCloseSentResponder()
Returns the responder that should be used to respond from within the
ClientCloseSent state.
|
PendingAllocationResponder |
getPendingAllocationResponder()
Returns the responder that should be used to respond from within the
PendingAllocation state.
|
QueuedResponder |
getQueuedResponder()
Returns the responder that should be used to respond from within the
Queued state.
|
SubmittedResponder |
getSubmittedResponder()
Returns the responder that should be used to respond from within the
Submitted state.
|
String |
getTradeID()
Returns the trade id of the original trade that should be allocated as per
this list.
|
createEvent, getCurrentState, getField, getRequestID, getTradeChannelSubject, getUsername, sendEvent, toString
public String getTradeID()
public BuySell getBuySell()
public List<PostTradeAllocation> getAllocations()
PostTradeAllocation
s that were recieved with this request.public SubmittedResponder getSubmittedResponder()
public ClientCloseSentResponder getClientCloseSentResponder()
public QueuedResponder getQueuedResponder()
public PendingAllocationResponder getPendingAllocationResponder()
Copyright © 2015 Caplin Systems.