Lean  $LEAN_TAG$
BybitOrderProperties Class Reference

Class containing Bybit OrderProperties More...

Inheritance diagram for BybitOrderProperties:
[legend]

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...
 

Detailed Description

Class containing Bybit OrderProperties

Definition at line 21 of file BybitOrderProperties.cs.

Property Documentation

◆ PostOnly

bool BybitOrderProperties.PostOnly
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.

◆ ReduceOnly

bool? BybitOrderProperties.ReduceOnly
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.


The documentation for this class was generated from the following file: