public class OrderMoveParameters extends OrderUpdateParameters
| Modifier and Type | Field and Description |
|---|---|
double |
limitPrice
New limit price, NaN if order does not have a limit price
|
double |
stopPrice
New stop price, NaN if order does not have a stop price
|
orderId| Constructor and Description |
|---|
OrderMoveParameters(java.lang.String orderId,
double stopPrice,
double limitPrice) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public final double stopPrice
public final double limitPrice
public OrderMoveParameters(java.lang.String orderId,
double stopPrice,
double limitPrice)
public java.lang.String toString()
toString in class OrderUpdateParameters