Interface StrategyUpdateGeneratorFilter


public interface StrategyUpdateGeneratorFilter
Limits events and instrument aliases that StrategyUpdateGenerator listens to. At this stage you are not guaranteed not to receive other events (so you still should filter those out; this behavior might change later) but this allows faster processing.
  • Method Details

    • getGeneratorUpdateTypes

      Returns:
      set containing all update types you wish to receive or null to receive all update types
    • getGeneratorAliases

      Set<String> getGeneratorAliases()
      Returns:
      set containing all aliases for which you wish to receive updates or null to receive updates for all aliases