Skip to main content

OrderByOrderBook.OrderUpdateResult

Package: velox.api.layer1.layers.utils

Type: Class

Enclosing Class: OrderByOrderBook

Inheritance: java.lang.Object รขโ€ โ€™ OrderByOrderBook.OrderUpdateResult

Descriptionโ€‹

Used to describe OrderByOrderBook.updateOrder(long, int, long) result.

Fieldsโ€‹

fromPriceโ€‹

public final int fromPrice

Price where the modified order was before

fromSizeโ€‹

public final long fromSize

Size on fromPrice after modification

toSizeโ€‹

public final long toSize

Size on new order price after modification

Constructorsโ€‹

OrderUpdateResultโ€‹

public OrderUpdateResult(int fromPrice, long fromSize, long toSize)