public interface BboAdapter extends BboListener
BboListener with empty default method
implementations| Modifier and Type | Method and Description |
|---|---|
default void |
onBbo(int bidPrice,
int bidSize,
int askPrice,
int askSize)
Called on each BBO change providing new price/size value
|
default void onBbo(int bidPrice,
int bidSize,
int askPrice,
int askSize)
BboListeneronBbo in interface BboListener