Package velox.api.layer1.simplified
Interface BboAdapter
- All Superinterfaces:
BboListener
An adapter for
BboListener with empty default method
implementations-
Method Summary
Modifier and TypeMethodDescriptiondefault voidonBbo(int bidPrice, int bidSize, int askPrice, int askSize) Called on each BBO change providing new price/size value
-
Method Details
-
onBbo
default void onBbo(int bidPrice, int bidSize, int askPrice, int askSize) Description copied from interface:BboListenerCalled on each BBO change providing new price/size value- Specified by:
onBboin interfaceBboListener
-