Class OrderCancelRejectEvent
java.lang.Object
com.caplin.motif.fx.trading.ResponderEvent<UserTrade>
com.caplin.motif.fx.trading.orders.cancelation.event.OrderCancelRejectEvent
Deprecated.
An event to notify the client the request to cancel an existing order has been rejected by the backend trading system
-
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 OrderCancelPendingEvent with the event name "CancelReject". -
Method Summary
Methods inherited from class com.caplin.motif.fx.trading.ResponderEvent
addField, addFields, equals, getEventName, getField, getFields, hashCode, toString
-
Field Details
-
CANCEL_REJECT_EVENT
Deprecated.The name of the transition representing this event- See Also:
-
-
Constructor Details
-
OrderCancelRejectEvent
public OrderCancelRejectEvent()Deprecated.Constructs an OrderCancelPendingEvent with the event name "CancelReject".
-