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)