OrderByOrderBook.Order
Package: velox.api.layer1.layers.utils
Type: Class (static nested)
Enclosing Class: OrderByOrderBook
Inheritance: java.lang.Object → OrderByOrderBook.Order
Description​
Describes single order.
Fields​
isBid​
public boolean isBid
Description: true if bid, false if ask
price​
public int price
Description: order price
size​
public long size
Description: order size
Constructors​
Order​
public Order(boolean isBid, int price, long size)
Methods Inherited​
From java.lang.Object:
clone()equals(Object)finalize()getClass()hashCode()notify()notifyAll()toString()wait()wait(long)wait(long, int)