Class OrderAcceptingEvent
- java.lang.Object
-
- com.caplin.motif.fx.trading.ResponderEvent<UserTrade>
-
- com.caplin.motif.fx.trading.orders.submission.event.OrderAcceptingEvent
-
@Deprecated public class OrderAcceptingEvent extends ResponderEvent<UserTrade>
Deprecated.An event to notify the client that the submitted order is accepting.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ACCEPTING_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 OrderAcceptingEvent()
Deprecated.Constructs an OrderAcceptingEvent with the event name "Accepting".
-
Method Summary
-
Methods inherited from class com.caplin.motif.fx.trading.ResponderEvent
addField, addFields, equals, getEventName, getField, getFields, hashCode, toString
-
-
-
-
Field Detail
-
ACCEPTING_EVENT
public static final java.lang.String ACCEPTING_EVENT
Deprecated.The name of the transition representing this event- See Also:
- Constant Field Values
-
-