Class AllocationConfirmationEvent
java.lang.Object
com.caplin.motif.fx.trading.ResponderEvent<PostTradeAllocationList>
com.caplin.motif.fx.trading.allocation.event.AllocationConfirmationEvent
@Deprecated
public class AllocationConfirmationEvent
extends ResponderEvent<PostTradeAllocationList>
Deprecated.
An event that should be sent to notify the client that the allocation was successful.
-
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 AllocationConfirmationEventAllocationConfirmationEvent
(List<RegulatoryID> regulatoryIds) Deprecated.Constructs an AllocationConfirmationEvent -
Method Summary
Methods inherited from class com.caplin.motif.fx.trading.ResponderEvent
addField, addFields, equals, getEventName, getField, getFields, hashCode, toString
-
Field Details
-
ALLOCATION_CONFIRMATION
Deprecated.The name of the transition representing this event- See Also:
-
-
Constructor Details
-
AllocationConfirmationEvent
public AllocationConfirmationEvent()Deprecated.Constructs an AllocationConfirmationEvent
Use
AllocationConfirmationEvent(List)
if you have regulatory ID's associated with each allocation -
AllocationConfirmationEvent
Deprecated.Constructs an AllocationConfirmationEvent- Parameters:
regulatoryIds
- The List of regulatory IDs, useAllocationConfirmationEvent()
if you do not have any regulatory ID's associated with each allocation
-