MboAggregationEvent.Order
Package: velox.api.layer1.datastructure.events
Type: Class
Inheritance:
java.lang.Objectvelox.api.layer1.datastructure.events.MboAggregationEvent.PriceSizeUpdatevelox.api.layer1.datastructure.events.MboAggregationEvent.Order
All Implemented Interfaces: Serializable
Enclosing class: MboAggregationEvent
See Also:
- Serialized Form
Fields​
isBid​
public final boolean isBid
Inherited fields from MboAggregationEvent.PriceSizeUpdate:
pricesizeREMOVAL
Constructors​
Order​
public Order(boolean isBid, int price, int size)
Methods​
toString​
public String toString()
Overrides: toString in class MboAggregationEvent.PriceSizeUpdate
Inherited methods from java.lang.Object:
clone()equals(Object)finalize()getClass()hashCode()notify()notifyAll()wait()wait(long)wait(long, int)