Package velox.api.layer1.utils
Interface Layer1SyntheticInstrumentProvider
public interface Layer1SyntheticInstrumentProvider
The strategy should implement this interface if it creates synthetic instruments
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisSyntheticInstrument(String alias) Check if instrument with given alias is created by the strategy
-
Method Details
-
isSyntheticInstrument
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
-