Class MboAggregationEvent.PriceSizeUpdate

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

public static class MboAggregationEvent.PriceSizeUpdate
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    int price  
    static MboAggregationEvent.PriceSizeUpdate REMOVAL  
    int size  
  • Constructor Summary

    Constructors 
    Constructor Description
    PriceSizeUpdate​(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