Class AllocationClientCloseAckEvent
- java.lang.Object
-
- com.caplin.motif.fx.trading.ResponderEvent<PostTradeAllocationList>
-
- com.caplin.motif.fx.trading.allocation.event.AllocationClientCloseAckEvent
-
public class AllocationClientCloseAckEvent extends ResponderEvent<PostTradeAllocationList>
An event that should be sent to denote that the client's close request has been successful.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CLIENT_CLOSE_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 AllocationClientCloseAckEvent()
Constructs an AllocationClientCloseAckEvent
-
Method Summary
-
Methods inherited from class com.caplin.motif.fx.trading.ResponderEvent
addField, addFields, equals, getEventName, getField, getFields, hashCode, toString
-
-
-
-
Field Detail
-
CLIENT_CLOSE_ACK
public static final java.lang.String CLIENT_CLOSE_ACK
The name of the transition representing this event- See Also:
- Constant Field Values
-
-