Interface PostTradeAllocationFactory


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

      • createPostAllocationList

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