Table of Contents

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

FxcmExtendedOrderTypes?

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

decimal?

TakeProfit

The price of the associated limit order (profit limit level).

public decimal? TakeProfit { get; set; }

Property Value

decimal?

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?