Class AllocationPickUpEvent
- java.lang.Object
-
- com.caplin.motif.fx.trading.ResponderEvent<PostTradeAllocationList>
-
- com.caplin.motif.fx.trading.allocation.event.AllocationPickUpEvent
-
public class AllocationPickUpEvent extends ResponderEvent<PostTradeAllocationList>
An event that should be sent when the allocation has been picked up by the trading system or by a manual trader.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PICK_UP
The name of the transition representing this event-
Fields inherited from class com.caplin.motif.fx.trading.ResponderEvent
fields
-
-
Constructor Summary
Constructors Constructor Description AllocationPickUpEvent()
Constructs AllocationPickUpEvent
-
Method Summary
-
Methods inherited from class com.caplin.motif.fx.trading.ResponderEvent
addField, addFields, equals, getEventName, getField, getFields, hashCode, toString
-
-
-
-
Field Detail
-
PICK_UP
public static final java.lang.String PICK_UP
The name of the transition representing this event- See Also:
- Constant Field Values
-
-