Interface PostTradeAllocationViewListener


public interface PostTradeAllocationViewListener

Once a trade has been allocated, the confirmation should allow for a read only view of the allocations.

The class that implements this interface is interested in reponding to those events and servicing them.

  • Method Summary

    Modifier and Type
    Method
    Description
    An instance of this interface will be called to provide the list of allocations that pertain to the trade information contained in the AllocationViewEvent
  • Method Details

    • onViewRequest

      List<PostTradeAllocation> onViewRequest(AllocationViewEvent viewEvent)
      An instance of this interface will be called to provide the list of allocations that pertain to the trade information contained in the AllocationViewEvent
      Parameters:
      viewEvent - the request for the details of an allocation.
      Returns:
      The list of allocations pertaining to the viewEvent information