Lean
$LEAN_TAG$
|
Class containing Bybit OrderProperties More...
Properties | |
bool | PostOnly [get, set] |
This flag will ensure the order executes only as a maker (no fee) order. If part of the order results in taking liquidity rather than providing, it will be rejected and no part of the order will execute. Note: this flag is only applied to Limit orders. More... | |
bool? | ReduceOnly [get, set] |
This flag will ensure your position can only reduce in size if the order is triggered. More... | |
Class containing Bybit OrderProperties
Definition at line 21 of file BybitOrderProperties.cs.
|
getset |
This flag will ensure the order executes only as a maker (no fee) order. If part of the order results in taking liquidity rather than providing, it will be rejected and no part of the order will execute. Note: this flag is only applied to Limit orders.
Definition at line 30 of file BybitOrderProperties.cs.
|
getset |
This flag will ensure your position can only reduce in size if the order is triggered.
Definition at line 36 of file BybitOrderProperties.cs.