public interface DepthDataAdapter extends DepthDataListener
DepthDataListener with empty default method
implementations| Modifier and Type | Method and Description |
|---|---|
default void |
onDepth(boolean isBid,
int price,
int size)
Called on each incremental depth update
|
default void onDepth(boolean isBid,
int price,
int size)
DepthDataListeneronDepth in interface DepthDataListenerisBid - true if update describes changes to bid side of the order bookprice - price where the update happens (as level number)size - new size on the level (0 if level is removed)