Interface SettlementInstructionListener<T extends SettlementInstructionChannel>


public interface SettlementInstructionListener<T extends SettlementInstructionChannel>
  • Method Details

    • initialise

      void initialise(com.caplin.datasource.blotter.BlotterConfiguration configuration, BlotterItemFactory blotterItemFactory)
    • settlementInstructionChannelOpened

      void settlementInstructionChannelOpened(T channel)
    • settlementInstructionChannelClosed

      void settlementInstructionChannelClosed(T settlementInstructionChannel)