Class DefaultBlotterRecordFactory

  • All Implemented Interfaces:
    com.caplin.motif.fx.ret.lbn.internal.BlotterRecordFactory

    public class DefaultBlotterRecordFactory
    extends java.lang.Object
    implements com.caplin.motif.fx.ret.lbn.internal.BlotterRecordFactory
    Creates a single blotter record for regular SPOT, FWD and SWAP trades. Creates a blotter record per leg for BLOCK trades.
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.caplin.motif.fx.ret.lbn.internal.BlotterRecordFactory

        com.caplin.motif.fx.ret.lbn.internal.BlotterRecordFactory.Context
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<com.caplin.motif.fx.ret.lbn.internal.BlotterRecord> createBlotterRecords​(com.caplin.ret.trapi.lbn.DealRecord dealRecord, CustomFieldValues customFieldValues)  
      void initialise​(com.caplin.motif.fx.ret.lbn.internal.BlotterRecordFactory.Context context)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultBlotterRecordFactory

        public DefaultBlotterRecordFactory()
    • Method Detail

      • initialise

        public void initialise​(com.caplin.motif.fx.ret.lbn.internal.BlotterRecordFactory.Context context)
        Specified by:
        initialise in interface com.caplin.motif.fx.ret.lbn.internal.BlotterRecordFactory
      • createBlotterRecords

        public java.util.List<com.caplin.motif.fx.ret.lbn.internal.BlotterRecord> createBlotterRecords​(com.caplin.ret.trapi.lbn.DealRecord dealRecord,
                                                                                                       CustomFieldValues customFieldValues)
        Specified by:
        createBlotterRecords in interface com.caplin.motif.fx.ret.lbn.internal.BlotterRecordFactory