Class FxcmOrderCondition
- Namespace
- StockSharp.Fxcm
- Assembly
- StockSharp.Fxcm.dll
StockSharp.Fxcm order condition.
[DataContract]
public class FxcmOrderCondition : OrderCondition
- Inheritance
-
FxcmOrderCondition
- Inherited Members
- Extension Methods
Constructors
FxcmOrderCondition()
public FxcmOrderCondition()
Properties
ExtendedType
Extended condition.
[DataMember]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Str2424", Description = "Str2425", GroupName = "Str225", Order = 0)]
public FxcmExtendedOrderTypes? ExtendedType { get; set; }
Property Value
IsInPips
Defines if the trade‘s stop/limit rate is in pips.
public bool? IsInPips { get; set; }
Property Value
- bool?
StopLoss
The price of the associated stop order (loss limit level).
public decimal? StopLoss { get; set; }
Property Value
TakeProfit
The price of the associated limit order (profit limit level).
public decimal? TakeProfit { get; set; }
Property Value
TrailStep
The number of pips the market should move before the order moves the same number of pips after it.
public int? TrailStep { get; set; }
Property Value
- int?