Interface PostTradeAllocationFactory


@Deprecated public interface PostTradeAllocationFactory
Deprecated.
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)
      Deprecated.
      Returns the PostTradeAllocationList given the specified trade message.
      Parameters:
      trade - The trade that represents the allocation set.
      Returns:
      The allocation set.