Class BitmartOrderCondition
- Namespace
- StockSharp.Bitmart
- Assembly
- StockSharp.Bitmart.dll
StockSharp.Bitmart order condition.
[DataContract]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Bitmart")]
public class BitmartOrderCondition : BaseWithdrawOrderCondition, IWithdrawOrderCondition
- Inheritance
-
BitmartOrderCondition
- Implements
- Inherited Members
- Extension Methods
Constructors
BitmartOrderCondition()
Initializes a new instance of the BitmartOrderCondition.
public BitmartOrderCondition()
Properties
ClosePosition
Indicates whether the resulting position after a trade should be a closing position.
[DataMember]
public bool? ClosePosition { get; set; }
Property Value
- bool?
MatchPrice
Whether order is placed at best counter party price. (ordType=optimal_limit_ioc)
[DataMember]
public bool? MatchPrice { get; set; }
Property Value
- bool?