Class ClientCloseAckEvent
- java.lang.Object
-
- com.caplin.motif.fx.trading.ResponderEvent<EditStrategyRequest>
-
- com.caplin.motif.fx.trading.orders.edit.event.ClientCloseAckEvent
-
public class ClientCloseAckEvent extends ResponderEvent<EditStrategyRequest>
An event to notify the client that the request to finish editing of the strategy has been acknowledged by the backend.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CLIENT_CLOSE_ACK_EVENT
The name of the transition representing this event-
Fields inherited from class com.caplin.motif.fx.trading.ResponderEvent
fields
-
-
Constructor Summary
Constructors Constructor Description ClientCloseAckEvent()
Constructs an ClientCloseAckEvent with the event name "ClientCloseAck".
-
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_EVENT
public static final java.lang.String CLIENT_CLOSE_ACK_EVENT
The name of the transition representing this event- See Also:
- Constant Field Values
-
-