Interface PostTradeAllocationListener


public interface PostTradeAllocationListener
A listener that will be notified of submissions of PostTradeAllocation requests and cancel requests triggered from the client.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when a client close request has been received from the Queued state.
    void
    Called when a Post Trade Allocation request has been received.
    void
    Callback for when the trade is closed
  • Method Details

    • onSubmit

      void onSubmit(PostTradeAllocationList allocationList)
      Called when a Post Trade Allocation request has been received.
      Parameters:
      allocationList - The list of allocations.
    • onClientClose

      void onClientClose()
      Called when a client close request has been received from the Queued state. Note that this will generally only happen if a trade has sat in queued for an extended period of time, probably due to the allocation going to DI (if the backend supports it).
    • onTradeClosed

      void onTradeClosed()
      Callback for when the trade is closed