Class OrderChangeStatePendingEvent
- java.lang.Object
-
- com.caplin.motif.fx.trading.ResponderEvent<UserTrade>
-
- com.caplin.motif.fx.trading.orders.activestatechange.event.OrderChangeStatePendingEvent
-
@Deprecated public class OrderChangeStatePendingEvent extends ResponderEvent<UserTrade>
Deprecated.An event to notify the client that the change state request is currently being processed by the backend, and is in the pending state.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CHANGE_STATE_PENDING_EVENT
Deprecated.The name of the transition representing this event-
Fields inherited from class com.caplin.motif.fx.trading.ResponderEvent
fields
-
-
Constructor Summary
Constructors Constructor Description OrderChangeStatePendingEvent()
Deprecated.Constructs the OrderChangeStatePendingEvent
-
Method Summary
-
Methods inherited from class com.caplin.motif.fx.trading.ResponderEvent
addField, addFields, equals, getEventName, getField, getFields, hashCode, toString
-
-
-
-
Field Detail
-
CHANGE_STATE_PENDING_EVENT
public static final java.lang.String CHANGE_STATE_PENDING_EVENT
Deprecated.The name of the transition representing this event- See Also:
- Constant Field Values
-
-