Interface BboListener

All Known Subinterfaces:
AllDataModule, BboAdapter

public interface BboListener
Get best bid/offer updates each time one of those changes.
  • Method Summary

    Modifier and Type Method Description
    void onBbo​(int bidPrice, int bidSize, int askPrice, int askSize)
    Called on each BBO change providing new price/size value
  • Method Details

    • onBbo

      void onBbo​(int bidPrice, int bidSize, int askPrice, int askSize)
      Called on each BBO change providing new price/size value