public static class OrderByOrderBook.OrderUpdateResult
extends java.lang.Object
OrderByOrderBook.updateOrder(long, int, long) result.| Modifier and Type | Field and Description |
|---|---|
int |
fromPrice
Price where the modified order was before
|
long |
fromSize
Size on
fromPrice after modification |
long |
toSize
Size on new order price after modification
|
| Constructor and Description |
|---|
OrderUpdateResult(int fromPrice,
long fromSize,
long toSize) |
public final int fromPrice
public final long fromSize
fromPrice after modificationpublic final long toSize