Class AllocationSubmitAckEvent
- java.lang.Object
-
- com.caplin.motif.fx.trading.ResponderEvent<PostTradeAllocationList>
-
- com.caplin.motif.fx.trading.allocation.event.AllocationSubmitAckEvent
-
public class AllocationSubmitAckEvent extends ResponderEvent<PostTradeAllocationList>
An event that notifies the client that the allocation has been received.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SUBMIT_ACK
The name of the transition representing this event-
Fields inherited from class com.caplin.motif.fx.trading.ResponderEvent
fields
-
-
Constructor Summary
Constructors Constructor Description AllocationSubmitAckEvent()
Constructs an AllocationSubmitAckEvent
-
Method Summary
-
Methods inherited from class com.caplin.motif.fx.trading.ResponderEvent
addField, addFields, equals, getEventName, getField, getFields, hashCode, toString
-
-
-
-
Field Detail
-
SUBMIT_ACK
public static final java.lang.String SUBMIT_ACK
The name of the transition representing this event- See Also:
- Constant Field Values
-
-