Interface OrderBook.EntryProcessor

Enclosing class:
OrderBook

public static interface OrderBook.EntryProcessor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onDepth(boolean isBid, int price, int size)
     
  • Method Details

    • onDepth

      void onDepth(boolean isBid, int price, int size)