BitmartOrderCondition
StockSharp.Bitmart
Bitmart order condition.
Inherits: BaseWithdrawOrderCondition
Constructors
BitmartOrderCondition
public BitmartOrderCondition()
bitmartOrderCondition = BitmartOrderCondition()
Initializes a new instance of the BitmartOrderCondition.
Properties
ClosePosition
public bool? ClosePosition { get; set; }
value = bitmartOrderCondition.ClosePosition
bitmartOrderCondition.ClosePosition = value
Indicates whether the resulting position after a trade should be a closing position.
MatchPrice
public bool? MatchPrice { get; set; }
value = bitmartOrderCondition.MatchPrice
bitmartOrderCondition.MatchPrice = value
Whether order is placed at best counter party price. (ordType=optimal_limit_ioc)