Class AllocationClientCloseAckEvent
java.lang.Object
com.caplin.motif.fx.trading.ResponderEvent<PostTradeAllocationList>
com.caplin.motif.fx.trading.allocation.event.AllocationClientCloseAckEvent
@Deprecated
public class AllocationClientCloseAckEvent
extends ResponderEvent<PostTradeAllocationList>
Deprecated.
An event that should be sent to denote that the client's close request has been
successful.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Deprecated.The name of the transition representing this eventFields inherited from class com.caplin.motif.fx.trading.ResponderEvent
fields
-
Constructor Summary
ConstructorDescriptionDeprecated.Constructs an AllocationClientCloseAckEvent -
Method Summary
Methods inherited from class com.caplin.motif.fx.trading.ResponderEvent
addField, addFields, equals, getEventName, getField, getFields, hashCode, toString
-
Field Details
-
CLIENT_CLOSE_ACK
Deprecated.The name of the transition representing this event- See Also:
-
-
Constructor Details
-
AllocationClientCloseAckEvent
public AllocationClientCloseAckEvent()Deprecated.Constructs an AllocationClientCloseAckEvent
-