Package velox.api.layer1.simplified
Interface MultiInstrumentAdapter
- All Superinterfaces:
MultiInstrumentListener
An adapter for
MultiInstrumentListener with empty default method
implementations-
Method Summary
Modifier and TypeMethodDescriptiondefault voidonCurrentInstrument(String alias) default voidonInstrumentAdded(velox.api.layer1.data.InstrumentInfo info)
-
Method Details
-
onCurrentInstrument
- Specified by:
onCurrentInstrumentin interfaceMultiInstrumentListener
-
onInstrumentAdded
default void onInstrumentAdded(velox.api.layer1.data.InstrumentInfo info) - Specified by:
onInstrumentAddedin interfaceMultiInstrumentListener
-