Class OrderCancelPendingEvent
- java.lang.Object
-
- com.caplin.motif.fx.trading.ResponderEvent<UserTrade>
-
- com.caplin.motif.fx.trading.orders.cancelation.event.OrderCancelPendingEvent
-
@Deprecated public class OrderCancelPendingEvent extends ResponderEvent<UserTrade>
Deprecated.An event to notify the client that the request to cancel an existing order is currently pending completion in the backend trading system.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CANCEL_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 OrderCancelPendingEvent()
Deprecated.Constructs an OrderCancelPendingEvent with the event name "CancelPending".
-
Method Summary
-
Methods inherited from class com.caplin.motif.fx.trading.ResponderEvent
addField, addFields, equals, getEventName, getField, getFields, hashCode, toString
-
-
-
-
Field Detail
-
CANCEL_PENDING_EVENT
public static final java.lang.String CANCEL_PENDING_EVENT
Deprecated.The name of the transition representing this event- See Also:
- Constant Field Values
-
-