Class AllocationConfirmationEvent
- java.lang.Object
-
- com.caplin.motif.fx.trading.ResponderEvent<PostTradeAllocationList>
-
- com.caplin.motif.fx.trading.allocation.event.AllocationConfirmationEvent
-
public class AllocationConfirmationEvent extends ResponderEvent<PostTradeAllocationList>
An event that should be sent to notify the client that the allocation was successful.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ALLOCATION_CONFIRMATION
The name of the transition representing this event-
Fields inherited from class com.caplin.motif.fx.trading.ResponderEvent
fields
-
-
Constructor Summary
Constructors Constructor Description AllocationConfirmationEvent()
Constructs an AllocationConfirmationEventAllocationConfirmationEvent(java.util.List<RegulatoryID> regulatoryIds)
Constructs an AllocationConfirmationEvent
-
Method Summary
-
Methods inherited from class com.caplin.motif.fx.trading.ResponderEvent
addField, addFields, equals, getEventName, getField, getFields, hashCode, toString
-
-
-
-
Field Detail
-
ALLOCATION_CONFIRMATION
public static final java.lang.String ALLOCATION_CONFIRMATION
The name of the transition representing this event- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AllocationConfirmationEvent
public AllocationConfirmationEvent()
Constructs an AllocationConfirmationEvent
Use
AllocationConfirmationEvent(List)
if you have regulatory ID's associated with each allocation
-
AllocationConfirmationEvent
public AllocationConfirmationEvent(java.util.List<RegulatoryID> regulatoryIds)
Constructs an AllocationConfirmationEvent- Parameters:
regulatoryIds
- The List of regulatory IDs, useAllocationConfirmationEvent()
if you do not have any regulatory ID's associated with each allocation
-
-