Package velox.api.layer1.data
Class OrderMoveParameters
java.lang.Object
velox.api.layer1.data.OrderUpdateParameters
velox.api.layer1.data.OrderMoveParameters
Used to change order price(s)
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal doubleNew limit price, NaN if order does not have a limit pricefinal doubleNew stop price, NaN if order does not have a stop priceFields inherited from class velox.api.layer1.data.OrderUpdateParameters
orderEntryType, orderId -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
stopPrice
public final double stopPriceNew stop price, NaN if order does not have a stop price -
limitPrice
public final double limitPriceNew limit price, NaN if order does not have a limit price
-
-
Constructor Details
-
OrderMoveParameters
-
-
Method Details
-
toBuilder
- Overrides:
toBuilderin classOrderUpdateParameters
-
toString
- Overrides:
toStringin classOrderUpdateParameters
-