Class MboAggregationEvent.Order

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

public static class MboAggregationEvent.Order
extends MboAggregationEvent.PriceSizeUpdate
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    boolean isBid  

    Fields inherited from class velox.api.layer1.datastructure.events.MboAggregationEvent.PriceSizeUpdate

    price, REMOVAL, size
  • Constructor Summary

    Constructors 
    Constructor Description
    Order​(boolean isBid, int price, int size)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait