Lean
$LEAN_TAG$
|
Specifies the data in an order to be updated More...
Properties | |
decimal? | Quantity [get, set] |
Specify to update the quantity of the order More... | |
decimal? | LimitPrice [get, set] |
Specify to update the limit price of the order More... | |
decimal? | StopPrice [get, set] |
Specify to update the stop price of the order More... | |
decimal? | TriggerPrice [get, set] |
Specify to update the trigger price of the order More... | |
decimal? | TrailingAmount [get, set] |
The trailing stop order trailing amount More... | |
string | Tag [get, set] |
Specify to update the order's tag More... | |
Specifies the data in an order to be updated
Definition at line 21 of file UpdateOrderFields.cs.
|
getset |
Specify to update the quantity of the order
Definition at line 26 of file UpdateOrderFields.cs.
|
getset |
Specify to update the limit price of the order
Definition at line 31 of file UpdateOrderFields.cs.
|
getset |
Specify to update the stop price of the order
Definition at line 36 of file UpdateOrderFields.cs.
|
getset |
Specify to update the trigger price of the order
Definition at line 41 of file UpdateOrderFields.cs.
|
getset |
The trailing stop order trailing amount
Definition at line 46 of file UpdateOrderFields.cs.
|
getset |
Specify to update the order's tag
Definition at line 51 of file UpdateOrderFields.cs.