Class BitmartOrderCondition
StockSharp.Bitmart order condition.
Implements
Inherited Members
Namespace: StockSharp.Bitmart
Assembly: StockSharp.Bitmart.dll
Syntax
[DisplayNameLoc("Str2264", "Bitmart")]
public class BitmartOrderCondition : BaseWithdrawOrderCondition, IWithdrawOrderCondition
Constructors
BitmartOrderCondition()
Initializes a new instance of the BitmartOrderCondition.
Declaration
public BitmartOrderCondition()
Properties
ClosePosition
Indicates whether the resulting position after a trade should be a closing position.
Declaration
public Nullable<bool> ClosePosition { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Boolean> |
Leverage
Leverage.
Declaration
public Nullable<Decimal> Leverage { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
MatchPrice
Whether order is placed at best counter party price. (ordType=optimal_limit_ioc)
Declaration
public Nullable<bool> MatchPrice { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Boolean> |