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
- See Also:
-
Field Summary
FieldsFields inherited from class velox.api.layer1.datastructure.events.MboAggregationEvent.PriceSizeUpdate
price, REMOVAL, size -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
isBid
public final boolean isBid
-
-
Constructor Details
-
Order
public Order(boolean isBid, int price, int size)
-
-
Method Details
-
toString
- Overrides:
toStringin classMboAggregationEvent.PriceSizeUpdate
-