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.
See Also:
  • Field Details

    • ALLOCATION_CONFIRMATION

      public static final String ALLOCATION_CONFIRMATION
      The name of the transition representing this event
      See Also:
  • Constructor Details

    • AllocationConfirmationEvent

      public AllocationConfirmationEvent()

      Constructs an AllocationConfirmationEvent

      Use AllocationConfirmationEvent(List) if you have regulatory ID's associated with each allocation

    • AllocationConfirmationEvent

      public AllocationConfirmationEvent(List<RegulatoryID> regulatoryIds)
      Constructs an AllocationConfirmationEvent
      Parameters:
      regulatoryIds - The List of regulatory IDs, use AllocationConfirmationEvent() if you do not have any regulatory ID's associated with each allocation