Package velox.api.layer1.layers.utils
Class OrderByOrderBook.OrderUpdateResult
java.lang.Object
velox.api.layer1.layers.utils.OrderByOrderBook.OrderUpdateResult
- Enclosing class:
OrderByOrderBook
User to describe
OrderByOrderBook.updateOrder(long, int, long) result.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
fromPrice
public final int fromPricePrice where the modified order was before -
fromSize
public final long fromSizeSize onfromPriceafter modification -
toSize
public final long toSizeSize on new order price after modification
-
-
Constructor Details
-
OrderUpdateResult
public OrderUpdateResult(int fromPrice, long fromSize, long toSize)
-