Interface PostTradeAllocationListenerFactory


public interface PostTradeAllocationListenerFactory
A factory responsible for creating listeners per allocation request.
  • Method Details

    • createPostTradeAllocationListener

      PostTradeAllocationListener createPostTradeAllocationListener(PostTradeAllocationList allocationList)
      Returns a listener that will handle a post trade allocation request.
      Parameters:
      allocationList - The allocation set within the request.
      Returns:
      The listener to handle the allocation request.