Interface Layer1SyntheticInstrumentProvider


public interface Layer1SyntheticInstrumentProvider
The strategy should implement this interface if it creates synthetic instruments
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Check if instrument with given alias is created by the strategy
  • Method Details

    • isSyntheticInstrument

      boolean isSyntheticInstrument(String alias)
      Check if instrument with given alias is created by the strategy
      Parameters:
      alias - alias of instrument
      Returns:
      true if instrument is created by this provider