Class InstrumentSelector


  • @Immutable
    public abstract class InstrumentSelector
    extends Object
    Provides means for selecting one ore more Instruments. Used for configuring aggregations for the specified instruments.

    There are two options for selecting instruments: by instrument name and by instrument type.

    • Constructor Detail

      • InstrumentSelector

        public InstrumentSelector()
    • Method Detail

      • instrumentNameRegex

        @Nullable
        public abstract String instrumentNameRegex()
        Returns which instrument names should be selected. This is a regex. If null, then this specifier will not be used.
      • hasInstrumentType

        public boolean hasInstrumentType()
        Returns whether the InstrumentType been specified.
      • hasInstrumentNameRegex

        public boolean hasInstrumentNameRegex()
        Returns whether the instrument name regex been specified.