Interface BboAdapter

All Superinterfaces:
BboListener

public interface BboAdapter extends BboListener
An adapter for BboListener with empty default method implementations
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    onBbo(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: BboListener
      Called on each BBO change providing new price/size value
      Specified by:
      onBbo in interface BboListener