Interface PostTradeAllocationFactory


public interface PostTradeAllocationFactory
Represents a factory that will create a PostTradeAllocationList for a given trade message.
  • Method Details

    • createPostAllocationList

      PostTradeAllocationList createPostAllocationList(com.caplin.trading.Trade trade, ScheduledExecutorService executorService)
      Returns the PostTradeAllocationList given the specified trade message.
      Parameters:
      trade - The trade that represents the allocation set.
      Returns:
      The allocation set.