Class MboAggregationEvent.Order

java.lang.Object
velox.api.layer1.datastructure.events.MboAggregationEvent.PriceSizeUpdate
velox.api.layer1.datastructure.events.MboAggregationEvent.Order
All Implemented Interfaces:
Serializable
Enclosing class:
MboAggregationEvent

public static class MboAggregationEvent.Order extends MboAggregationEvent.PriceSizeUpdate
See Also:
  • Field Details

    • isBid

      public final boolean isBid
  • Constructor Details

    • Order

      public Order(boolean isBid, int price, int size)
  • Method Details