Class ClientCloseEvent
- java.lang.Object
-
- com.caplin.motif.fx.trading.ResponderEvent<EditStrategyRequest>
-
- com.caplin.motif.fx.trading.orders.edit.event.ClientCloseEvent
-
public class ClientCloseEvent extends ResponderEvent<EditStrategyRequest>
An ClientCloseEvent, received when the client has submitted an a request to finish editing of an order
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CLIENT_CLOSE_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 ClientCloseEvent()
Constructs an ClientCloseEvent with the event name "ClientClose".
-
Method Summary
-
Methods inherited from class com.caplin.motif.fx.trading.ResponderEvent
addField, addFields, equals, getEventName, getField, getFields, hashCode, toString
-
-
-
-
Field Detail
-
CLIENT_CLOSE_EVENT
public static final java.lang.String CLIENT_CLOSE_EVENT
The name of the transition representing this event- See Also:
- Constant Field Values
-
-