Package velox.api.layer1
Interface Layer1ApiMboDataAdapter
- All Superinterfaces:
Layer1ApiMboDataListener
- All Known Subinterfaces:
Layer1ApiAdapter,OnlineValueCalculatorAdapter,StrategyUpdateGenerator
Provides default empty implementations
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidonMboCancel(String alias, String orderId) default voidonMboReplace(String alias, String orderId, int price, int size) default void
-
Method Details
-
onMboSend
- Specified by:
onMboSendin interfaceLayer1ApiMboDataListener
-
onMboReplace
- Specified by:
onMboReplacein interfaceLayer1ApiMboDataListener
-
onMboCancel
- Specified by:
onMboCancelin interfaceLayer1ApiMboDataListener
-