Class BlotterType


  • public class BlotterType
    extends java.lang.Object
    Represents the properties of a blotter.
    • Field Detail

      • TRADE_ACTIVITY_BLOTTER

        public static final BlotterType TRADE_ACTIVITY_BLOTTER
      • ORDER_ACTIVITY_BLOTTER

        public static final BlotterType ORDER_ACTIVITY_BLOTTER
      • ORDER_BLOTTER

        public static final BlotterType ORDER_BLOTTER
      • EXECUTION_BLOTTER

        public static final BlotterType EXECUTION_BLOTTER
      • HISTORIC_BLOTTER

        public static final BlotterType HISTORIC_BLOTTER
      • SEARCH_BLOTTER

        public static final BlotterType SEARCH_BLOTTER
      • SALES_ORDER_BLOTTER

        public static final BlotterType SALES_ORDER_BLOTTER
      • SALES_ORDER_TOBO_BLOTTER

        public static final BlotterType SALES_ORDER_TOBO_BLOTTER
      • SALES_EXECUTION_BLOTTER

        public static final BlotterType SALES_EXECUTION_BLOTTER
      • SALES_TOBO_EXECUTION_BLOTTER

        public static final BlotterType SALES_TOBO_EXECUTION_BLOTTER
      • SALES_HISTORIC_BLOTTER

        public static final BlotterType SALES_HISTORIC_BLOTTER
      • SALES_TOBO_HISTORIC_BLOTTER

        public static final BlotterType SALES_TOBO_HISTORIC_BLOTTER
      • SALES_SEARCH_BLOTTER

        public static final BlotterType SALES_SEARCH_BLOTTER
    • Constructor Detail

      • BlotterType

        public BlotterType​(java.lang.String name,
                           java.lang.String subjectPrefix,
                           java.lang.String channelNamespace,
                           java.lang.String itemNamespace,
                           boolean isInitiallyEmpty,
                           com.caplin.motif.fx.ret.common.blotter.BlotterType.Type type)
        Contains data needed to define a blotter.
        Parameters:
        name - the display name of the blotter
        subjectPrefix - a subject prefix
        channelNamespace - subject for new channels
        itemNamespace - subject with which to create blotter items
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns the blotter name.
      • getSubjectPrefix

        public java.lang.String getSubjectPrefix()
        Returns the blotter namespace.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getConfiguration

        public com.caplin.datasource.blotter.BlotterConfiguration getConfiguration()
        Returns a BlotterConfiguration object to be used to configure a BlotterProvider as part of the DataSource Blotter API.
      • isSales

        public boolean isSales()