OrderMoveParameters
Package: velox.api.layer1.data
Type: Class
Inheritance: java.lang.Object รขโ โ velox.api.layer1.data.OrderUpdateParameters รขโ โ OrderMoveParameters
Descriptionโ
Used to change order price(s)
Fieldsโ
stopPriceโ
public final double stopPrice
New stop price, NaN if order does not have a stop price
limitPriceโ
public final double limitPrice
New limit price, NaN if order does not have a limit price
Inherited from OrderUpdateParameters:
orderId- Order identifier
Constructorsโ
OrderMoveParametersโ
public OrderMoveParameters(String orderId, double stopPrice, double limitPrice)
Methodsโ
toStringโ
public String toString()
Overrides: toString in class OrderUpdateParameters
Inherited from Object:
clone,equals,finalize,getClass,hashCode,notify,notifyAll,wait,wait(long),wait(long, int)