Show / Hide Table of Contents

Class IdaxOrderCondition

Условие заявок, специфичных для StockSharp.Idax.

Inheritance
Object
OrderCondition
IdaxOrderCondition
Implements
ITakeProfitOrderCondition
IStopLossOrderCondition
Inherited Members
OrderCondition.Clone()
OrderCondition.ToString()
OrderCondition.Parameters
Namespace: StockSharp.Idax
Assembly: StockSharp.Idax.dll
Syntax
[DisplayNameLoc("Str2264", "Idax")]
public class IdaxOrderCondition : OrderCondition, ITakeProfitOrderCondition, IStopLossOrderCondition

Constructors

IdaxOrderCondition()

Создать IdaxOrderCondition.

Declaration
public IdaxOrderCondition()

Properties

IsStopLossTrailing

Trailing stop-loss.

Declaration
public bool IsStopLossTrailing { get; set; }
Property Value
Type Description
Boolean

PostOnly

Post-only order.

Declaration
public Nullable<bool> PostOnly { get; set; }
Property Value
Type Description
Nullable<Boolean>

StopLossActivationPrice

Абсолютное значение цены, при достижении которой активизируется защитная стратегия.

Declaration
public Nullable<Decimal> StopLossActivationPrice { get; set; }
Property Value
Type Description
Nullable<Decimal>

TakeProfitActivationPrice

Абсолютное значение цены, при достижении которой активизируется защитная стратегия.

Declaration
public Nullable<Decimal> TakeProfitActivationPrice { get; set; }
Property Value
Type Description
Nullable<Decimal>

Explicit Interface Implementations

IStopLossOrderCondition.ActivationPrice

Declaration
Nullable<Decimal> IStopLossOrderCondition.ActivationPrice { get; set; }
Returns
Type Description
Nullable<Decimal>

IStopLossOrderCondition.ClosePositionPrice

Цена закрытия позиции. null означает закрытие по рынку.

Declaration
Nullable<Decimal> IStopLossOrderCondition.ClosePositionPrice { get; set; }
Returns
Type Description
Nullable<Decimal>

IStopLossOrderCondition.IsTrailing

Declaration
bool IStopLossOrderCondition.IsTrailing { get; set; }
Returns
Type Description
Boolean

ITakeProfitOrderCondition.ActivationPrice

Declaration
Nullable<Decimal> ITakeProfitOrderCondition.ActivationPrice { get; set; }
Returns
Type Description
Nullable<Decimal>

ITakeProfitOrderCondition.ClosePositionPrice

Declaration
Nullable<Decimal> ITakeProfitOrderCondition.ClosePositionPrice { get; set; }
Returns
Type Description
Nullable<Decimal>

ITakeProfitOrderCondition.IsTrailing

Declaration
bool ITakeProfitOrderCondition.IsTrailing { get; set; }
Returns
Type Description
Boolean

Implements

ITakeProfitOrderCondition
IStopLossOrderCondition

Extension Methods

Paths.Serialize<T>(T, String)
Paths.Serialize<T>(T)
Extensions.TryGet<TMessage, TChange>(TMessage, TChange)
Extensions.TryGetDecimal<TMessage, TChange>(TMessage, TChange)
Extensions.Add<TMessage, TChange>(TMessage, TChange, Object)
Extensions.Add<TMessage, TChange>(TMessage, TChange, Decimal)
Extensions.Add<TMessage, TChange>(TMessage, TChange, Int32)
Extensions.Add<TMessage, TChange>(TMessage, TChange, Int64)
Extensions.Add<TMessage, TChange>(TMessage, TChange, SecurityStates)
Extensions.TryAdd<TMessage, TChange>(TMessage, TChange, Nullable<SecurityStates>)
Extensions.TryAdd<TMessage, TChange>(TMessage, TChange, String)
Extensions.Add<TMessage, TChange>(TMessage, TChange, Sides)
Extensions.TryAdd<TMessage, TChange>(TMessage, TChange, Nullable<Sides>)
Extensions.Add<TMessage, TChange>(TMessage, TChange, CurrencyTypes)
Extensions.TryAdd<TMessage, TChange>(TMessage, TChange, Nullable<CurrencyTypes>)
Extensions.Add<TMessage, TChange>(TMessage, TChange, PortfolioStates)
Extensions.TryAdd<TMessage, TChange>(TMessage, TChange, Nullable<PortfolioStates>)
Extensions.Add<TMessage, TChange>(TMessage, TChange, DateTimeOffset)
Extensions.TryAdd<TMessage, TChange>(TMessage, TChange, Nullable<DateTimeOffset>)
Extensions.Add<TMessage, TChange>(TMessage, TChange, Boolean)
Extensions.TryAdd<TMessage, TChange>(TMessage, TChange, Nullable<Boolean>)
Extensions.TryAdd<TMessage, TChange>(TMessage, TChange, Decimal, Boolean)
Extensions.TryAdd<TMessage, TChange>(TMessage, TChange, Nullable<Decimal>, Boolean)
Extensions.TryAdd<TMessage, TChange>(TMessage, TChange, Int32, Boolean)
Extensions.TryAdd<TMessage, TChange>(TMessage, TChange, Nullable<Int32>, Boolean)
Extensions.TryAdd<TMessage, TChange>(TMessage, TChange, Int64, Boolean)
Extensions.TryAdd<TMessage, TChange>(TMessage, TChange, Nullable<Int64>, Boolean)
EditorExtensions.ToItemsSource(Object, Type, Nullable<Boolean>, Nullable<ListSortDirection>, Func<IItemsSourceItem, Boolean>, Func<Object, String>, Func<Object, String>)
XamlHelper.WpfCast<T>(Object)
XamlHelper.CopyToClipboard<T>(T)
XamlHelper.EnsureUIThread(Object)
☀
☾
In This Article
Back to top
Copyright © StockSharp.
☀
☾