Show / Hide Table of Contents

Class InteractiveBrokersOrderCondition

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

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

Constructors

InteractiveBrokersOrderCondition()

Создать InteractiveBrokersOrderCondition.

Declaration
public InteractiveBrokersOrderCondition()

Properties

Active

Condition for GTC orders.

Declaration
[CategoryLoc("Str225")]
[DescriptionLoc("Str2498", false)]
[DisplayNameLoc("Str2497")]
public InteractiveBrokersOrderCondition.ActiveCondition Active { get; }
Property Value
Type Description
InteractiveBrokersOrderCondition.ActiveCondition

AdjustableTrailingUnit

Adjusted Stop orders: specifies where the trailing unit is an amount (set to 0) or a percentage (set to 1).

Declaration
public Nullable<int> AdjustableTrailingUnit { get; set; }
Property Value
Type Description
Nullable<Int32>

AdjustedOrderType

Adjusted Stop orders: the parent order will be adjusted to the given type when the adjusted trigger price is penetrated.

Declaration
public string AdjustedOrderType { get; set; }
Property Value
Type Description
String

AdjustedStopLimitPrice

Adjusted Stop orders: specifies the stop limit price of the adjusted (STPL LMT) parent.

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

AdjustedStopPrice

Adjusted Stop orders: specifies the stop price of the adjusted (STP) parent.

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

AdjustedTrailingAmount

Adjusted Stop orders: specifies the trailing amount of the adjusted (TRAIL) parent.

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

Agent

Trader ID.

Declaration
[DisplayNameLoc("Str2447")]
[CategoryLoc("Str225")]
[DescriptionLoc("Str2448", false)]
public Nullable<InteractiveBrokersOrderCondition.AgentDescriptions> Agent { get; set; }
Property Value
Type Description
Nullable<InteractiveBrokersOrderCondition.AgentDescriptions>

Algo

Condition for algo-orders.

Declaration
[DisplayNameLoc("Str2486")]
[DescriptionLoc("Str2487", false)]
[CategoryLoc("Str225")]
public InteractiveBrokersOrderCondition.AlgoCondition Algo { get; }
Property Value
Type Description
InteractiveBrokersOrderCondition.AlgoCondition

AlgoId

Algorithm ID.

Declaration
[DescriptionLoc("Str2491", false)]
[DisplayNameLoc("Str2490")]
[CategoryLoc("Str225")]
public string AlgoId { get; set; }
Property Value
Type Description
String

AllOrNone

Wait for required volume to appear.

Declaration
[DescriptionLoc("Str2450", false)]
[DisplayNameLoc("Str2449")]
[CategoryLoc("Str225")]
public Nullable<bool> AllOrNone { get; set; }
Property Value
Type Description
Nullable<Boolean>

AuctionStrategy

Торги.

Declaration
[DescriptionLoc("Str2465", false)]
[DisplayNameLoc("Str2464")]
[CategoryLoc("Str225")]
public Nullable<InteractiveBrokersOrderCondition.AuctionStrategies> AuctionStrategy { get; set; }
Property Value
Type Description
Nullable<InteractiveBrokersOrderCondition.AuctionStrategies>
Remarks

Только для биржи BOX.

AutoCancelDate

Дата авто отмены.

Declaration
public string AutoCancelDate { get; set; }
Property Value
Type Description
String

AutoCancelParent

Авто отмена родительской заявки.

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

CashQty

Размер наличных.

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

Clearing

Condition for clearing information.

Declaration
[DescriptionLoc("Str2485", false)]
[DisplayNameLoc("Str2484")]
[CategoryLoc("Str225")]
public InteractiveBrokersOrderCondition.ClearingCondition Clearing { get; }
Property Value
Type Description
InteractiveBrokersOrderCondition.ClearingCondition

Combo

Настройки EFP заявок.

Declaration
[DescriptionLoc("Str2481", false)]
[DisplayNameLoc("Str2480")]
[CategoryLoc("Str225")]
public InteractiveBrokersOrderCondition.ComboCondition Combo { get; }
Property Value
Type Description
InteractiveBrokersOrderCondition.ComboCondition

ConditionsCancelOrder

Conditions can determine if an order should become active or canceled.

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

ConditionsIgnoreRth

Indicates whether or not conditions will also be valid outside Regular Trading Hours.

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

Delta

Underlying asset delta.

Declaration
[DescriptionLoc("Str2470", true)]
[CategoryLoc("Str225")]
[DisplayNameLoc("Str2470")]
public Nullable<Decimal> Delta { get; set; }
Property Value
Type Description
Nullable<Decimal>
Remarks

Только для биржи BOX.

DiscretionaryUpToLimitPrice

Преобразовать заявку типа 'Primary Peg' в 'D-Peg'.

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

DontUseAutoPriceForHedge

Не использовать авто-цену для хеджирования.

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

Duration

Declaration
public Nullable<int> Duration { get; set; }
Property Value
Type Description
Nullable<Int32>

ExtendedType

Extended condition.

Declaration
[CategoryLoc("Str225")]
[DescriptionLoc("Str2425", false)]
[DisplayNameLoc("Str2424")]
public Nullable<InteractiveBrokersOrderCondition.ExtendedOrderTypes> ExtendedType { get; set; }
Property Value
Type Description
Nullable<InteractiveBrokersOrderCondition.ExtendedOrderTypes>

ExtOperator

Regulatory attribute that applies to all US Commodity (Futures) Exchanges, provided to allow client to comply with CFTC Tag 50 Rules.

Declaration
[CategoryLoc("Str225")]
[DescriptionLoc("Operator", true)]
[DisplayNameLoc("Operator")]
public string ExtOperator { get; set; }
Property Value
Type Description
String

ExtraConditions

Extra conditions.

Declaration
[DescriptionLoc("Str2492", false)]
[DisplayNameLoc("Str225")]
[CategoryLoc("Str225")]
public IEnumerable<InteractiveBrokersOrderCondition.ExtraOrderCondition> ExtraConditions { get; set; }
Property Value
Type Description
IEnumerable<InteractiveBrokersOrderCondition.ExtraOrderCondition>

FinancialAdvisor

Settings for automatic order volume calculation.

Declaration
[CategoryLoc("Str225")]
[DisplayNameLoc("Str2459")]
[DescriptionLoc("Str2460", false)]
public InteractiveBrokersOrderCondition.FinancialAdvisorCondition FinancialAdvisor { get; }
Property Value
Type Description
InteractiveBrokersOrderCondition.FinancialAdvisorCondition

GoodAfterTime

Activate after given time.

Declaration
[DisplayNameLoc("Str2443")]
[DescriptionLoc("Str2444", false)]
[CategoryLoc("Str225")]
public Nullable<DateTimeOffset> GoodAfterTime { get; set; }
Property Value
Type Description
Nullable<DateTimeOffset>

Hedge

Condition for hedge-orders.

Declaration
[DisplayNameLoc("Str2493")]
[DescriptionLoc("Str2494", false)]
[CategoryLoc("Str225")]
public InteractiveBrokersOrderCondition.HedgeCondition Hedge { get; }
Property Value
Type Description
InteractiveBrokersOrderCondition.HedgeCondition

Hidden

Hide order in market depth.

Declaration
[CategoryLoc("Str225")]
[DescriptionLoc("Str2442", false)]
[DisplayNameLoc("Str2441")]
public Nullable<bool> Hidden { get; set; }
Property Value
Type Description
Nullable<Boolean>
Remarks

Возможно только при отправке заявки на биржу ISLAND.

ImbalanceOnly

Только дисбаланс.

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

IsMarketOnOpen

At trading opening.

Declaration
[DescriptionLoc("Str2427", false)]
[CategoryLoc("Str225")]
[DisplayNameLoc("Str2426")]
public Nullable<bool> IsMarketOnOpen { get; set; }
Property Value
Type Description
Nullable<Boolean>

IsOmsContainer

Создать тикеты через API заявки когда TWS используется как OMS.

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

IsOpenOrClose

Является ли заявка открывающей или закрывающей.

Declaration
[DescriptionLoc("Str2462", false)]
[DisplayNameLoc("Str2461")]
[CategoryLoc("Str225")]
public Nullable<bool> IsOpenOrClose { get; set; }
Property Value
Type Description
Nullable<Boolean>
Remarks

Только для институциональных клиентов.

IsOptionsExercise

Exercise the option.

Declaration
[DescriptionLoc("Str2418", false)]
[DisplayNameLoc("Str2417")]
public bool IsOptionsExercise { get; set; }
Property Value
Type Description
Boolean

IsOptionsOverride

Replace action.

Declaration
[DescriptionLoc("Str2420", false)]
[DisplayNameLoc("Str2419")]
public bool IsOptionsOverride { get; set; }
Property Value
Type Description
Boolean

IsPeggedChangeAmountDecrease

Pegged-to-benchmark orders: indicates whether the order's pegged price should increase or decreases.

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

LimitPriceOffset

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

Mifid2DecisionAlgo

Определяет алгоритм ответственный за инвестиционные решения фирмы. Заявки включенные в MiFID 2 должны включать или Mifid2DecisionMaker или Mifid2DecisionAlgo, но не оба.

Declaration
public string Mifid2DecisionAlgo { get; set; }
Property Value
Type Description
String

Mifid2DecisionMaker

Определяет сотрудника как ответственного за инвестиционные решения фирмы. Заявки включенные в MiFID 2 (Markets in Financial Instruments Directive 2) должны включать или Mifid2DecisionMaker или Mifid2DecisionAlgo поле (но не оба).

Declaration
public string Mifid2DecisionMaker { get; set; }
Property Value
Type Description
String

Mifid2ExecutionAlgo

Для MiFID 2 отчетов: определяет алгоритм ответственный за исполнение транзакции внутри фирмы.

Declaration
public string Mifid2ExecutionAlgo { get; set; }
Property Value
Type Description
String

Mifid2ExecutionTrader

Для MiFID 2 отчетов: определяет сотрудника как ответственного за исполнение транзакции внутри фирмы.

Declaration
public string Mifid2ExecutionTrader { get; set; }
Property Value
Type Description
String

MiscOptions

Additional parameters.

Declaration
[CategoryLoc("Str225")]
[DescriptionLoc("Str2492", false)]
[DisplayNameLoc("Str225")]
public IEnumerable<Tuple<string, string>> MiscOptions { get; set; }
Property Value
Type Description
IEnumerable<Tuple<String, String>>

Oca

OCA (One-Cancels All) settings.

Declaration
[DisplayNameLoc("Str2428")]
[DescriptionLoc("Str2429", false)]
[CategoryLoc("Str225")]
public InteractiveBrokersOrderCondition.OcaCondition Oca { get; }
Property Value
Type Description
InteractiveBrokersOrderCondition.OcaCondition

Origin

Sender.

Declaration
[DescriptionLoc("Str2463", false)]
[CategoryLoc("Str225")]
[DisplayNameLoc("Str1664")]
public Nullable<InteractiveBrokersOrderCondition.OrderOrigins> Origin { get; set; }
Property Value
Type Description
Nullable<InteractiveBrokersOrderCondition.OrderOrigins>
Remarks

Только для институциональных клиентов.

OutsideRth

Allow to activate a stop-order outside of trading time.

Declaration
[DescriptionLoc("Str2440", false)]
[DisplayNameLoc("Str2439")]
[CategoryLoc("Str225")]
public Nullable<bool> OutsideRth { get; set; }
Property Value
Type Description
Nullable<Boolean>

OverridePercentageConstraints

Cancel orders with wrong price.

Declaration
[CategoryLoc("Str225")]
[DescriptionLoc("Str2446", false)]
[DisplayNameLoc("Str2445")]
public Nullable<bool> OverridePercentageConstraints { get; set; }
Property Value
Type Description
Nullable<Boolean>

ParentId

Parent order ID.

Declaration
[DescriptionLoc("Str2433", false)]
[DisplayNameLoc("Str2432")]
[CategoryLoc("Str225")]
public Nullable<int> ParentId { get; set; }
Property Value
Type Description
Nullable<Int32>

ParentPermId

Parent perm id.

Declaration
public Nullable<long> ParentPermId { get; set; }
Property Value
Type Description
Nullable<Int64>

PeggedChangeAmount

Pegged-to-benchmark orders: amount by which the order's pegged price should move.

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

PercentOffset

Сдвиг в цене для заявки типа Relative.

Declaration
[DescriptionLoc("Str2454", false)]
[DisplayNameLoc("Str2453")]
[CategoryLoc("Str225")]
public Nullable<Decimal> PercentOffset { get; set; }
Property Value
Type Description
Nullable<Decimal>

PostToAts

Declaration
public Nullable<int> PostToAts { get; set; }
Property Value
Type Description
Nullable<Int32>

RandomizePrice

Randomize price books.

Declaration
[CategoryLoc("Str225")]
[DisplayNameLoc("RandomizePrice")]
[DescriptionLoc("RandomizePrice", true)]
public Nullable<bool> RandomizePrice { get; set; }
Property Value
Type Description
Nullable<Boolean>

RandomizeSize

Randomize size.

Declaration
[DisplayNameLoc("RandomizeSize")]
[DescriptionLoc("RandomizeSize", true)]
[CategoryLoc("Str225")]
public Nullable<bool> RandomizeSize { get; set; }
Property Value
Type Description
Nullable<Boolean>

ReferenceChangeAmount

Pegged-to-benchmark orders: the amount the reference contract needs to move to adjust the pegged order.

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

ReferenceContractId

Pegged-to-benchmark orders: this attribute will contain the conId of the contract against which the order will be pegged.

Declaration
public Nullable<int> ReferenceContractId { get; set; }
Property Value
Type Description
Nullable<Int32>

ReferenceExchange

Pegged-to-benchmark orders: the exchange against which we want to observe the reference contract.

Declaration
public string ReferenceExchange { get; set; }
Property Value
Type Description
String

RefFuturesContractId

Идентификатор фьючерсного контракта.

Declaration
public Nullable<int> RefFuturesContractId { get; set; }
Property Value
Type Description
Nullable<Int32>

RouteMarketableToBbo

Перенаправлять к лучшим БО.

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

Scale

Condition for order being changed.

Declaration
[CategoryLoc("Str225")]
[DisplayNameLoc("Str2482")]
[DescriptionLoc("Str2483", false)]
public InteractiveBrokersOrderCondition.ScaleCondition Scale { get; }
Property Value
Type Description
InteractiveBrokersOrderCondition.ScaleCondition

Shareholder

Акционер.

Declaration
public string Shareholder { get; set; }
Property Value
Type Description
String

ShortSale

Condition for short sales of combined legs.

Declaration
[DisplayNameLoc("Str2378")]
[DescriptionLoc("Str2379", false)]
[CategoryLoc("Str225")]
public InteractiveBrokersOrderCondition.ShortSaleCondition ShortSale { get; }
Property Value
Type Description
InteractiveBrokersOrderCondition.ShortSaleCondition

SmartRouting

Настройки для заявок, отправляемых в Smart биржу.

Declaration
[CategoryLoc("Str225")]
[DisplayNameLoc("Str2478")]
[DescriptionLoc("Str2479", false)]
public InteractiveBrokersOrderCondition.SmartRoutingCondition SmartRouting { get; }
Property Value
Type Description
InteractiveBrokersOrderCondition.SmartRoutingCondition

Solicited

Solicited.

Declaration
[DescriptionLoc("Solicited", true)]
[DisplayNameLoc("Solicited")]
[CategoryLoc("Str225")]
public Nullable<bool> Solicited { get; set; }
Property Value
Type Description
Nullable<Boolean>

SplitVolume

Split order volume.

Declaration
[DescriptionLoc("Str2435", false)]
[DisplayNameLoc("Str2434")]
[CategoryLoc("Str225")]
public Nullable<bool> SplitVolume { get; set; }
Property Value
Type Description
Nullable<Boolean>

StartingPrice

Starting price.

Declaration
[DisplayNameLoc("Str2466")]
[CategoryLoc("Str225")]
[DescriptionLoc("Str2467", false)]
public Nullable<Decimal> StartingPrice { get; set; }
Property Value
Type Description
Nullable<Decimal>
Remarks

Только для биржи BOX.

StockRangeLower

Minimum price of underlying asset.

Declaration
[DescriptionLoc("Str2473", false)]
[CategoryLoc("Str225")]
[DisplayNameLoc("Str2472")]
public Nullable<Decimal> StockRangeLower { get; set; }
Property Value
Type Description
Nullable<Decimal>

StockRangeUpper

Maximum price of underlying asset.

Declaration
[DisplayNameLoc("Str2474")]
[CategoryLoc("Str225")]
[DescriptionLoc("Str2475", false)]
public Nullable<Decimal> StockRangeUpper { get; set; }
Property Value
Type Description
Nullable<Decimal>

StockRefPrice

Underlying asset price.

Declaration
[DescriptionLoc("Str2469", false)]
[DisplayNameLoc("Str2468")]
[CategoryLoc("Str225")]
public Nullable<Decimal> StockRefPrice { get; set; }
Property Value
Type Description
Nullable<Decimal>

StopPrice

Stop-price.

Declaration
[CategoryLoc("Str225")]
[DisplayNameLoc("StopPrice")]
[DescriptionLoc("Str1693", false)]
public Nullable<Decimal> StopPrice { get; set; }
Property Value
Type Description
Nullable<Decimal>

SweepToFill

At best price.

Declaration
[DescriptionLoc("Str2436", false)]
[DisplayNameLoc("Str2314")]
[CategoryLoc("Str225")]
public Nullable<bool> SweepToFill { get; set; }
Property Value
Type Description
Nullable<Boolean>

Tier

Определить Soft Dollar Tier, используемых в заявках. Предоставляется только для зарегистрированных профессиональных советников и хедж фондов.

Declaration
public SoftDollarTier Tier { get; set; }
Property Value
Type Description
SoftDollarTier

TrailStopPrice

Moving stop activation price.

Declaration
[DisplayNameLoc("Str2455")]
[CategoryLoc("Str225")]
[DescriptionLoc("Str2456", false)]
public Nullable<Decimal> TrailStopPrice { get; set; }
Property Value
Type Description
Nullable<Decimal>

TrailStopVolumePercentage

Trailing stop volume as percentage.

Declaration
[CategoryLoc("Str225")]
[DisplayNameLoc("Str2457")]
[DescriptionLoc("Str2458", false)]
public Nullable<Decimal> TrailStopVolumePercentage { get; set; }
Property Value
Type Description
Nullable<Decimal>

Transmit

Send order in TWS.

Declaration
[DisplayNameLoc("Str2430")]
[CategoryLoc("Str225")]
[DescriptionLoc("Str2431", false)]
public Nullable<bool> Transmit { get; set; }
Property Value
Type Description
Nullable<Boolean>

TriggerMethod

Stop-order activation condition.

Declaration
[DisplayNameLoc("Str2437")]
[CategoryLoc("Str225")]
[DescriptionLoc("Str2438", false)]
public Nullable<InteractiveBrokersOrderCondition.TriggerMethods> TriggerMethod { get; set; }
Property Value
Type Description
Nullable<InteractiveBrokersOrderCondition.TriggerMethods>

TriggerPrice

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

UsePriceManagementAlgo

Использовать алгоритм ценового управления.

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

Volatility

Настройки для заявок типа Volatility.

Declaration
[DisplayNameLoc("Str2476")]
[CategoryLoc("Str225")]
[DescriptionLoc("Str2477", false)]
public InteractiveBrokersOrderCondition.VolatilityCondition Volatility { get; }
Property Value
Type Description
InteractiveBrokersOrderCondition.VolatilityCondition

WhatIf

For order return information about commission and margin.

Declaration
[CategoryLoc("Str225")]
[DisplayNameLoc("Str2488")]
[DescriptionLoc("Str2489", false)]
public Nullable<bool> WhatIf { get; set; }
Property Value
Type Description
Nullable<Boolean>

Explicit Interface Implementations

IStopLossOrderCondition.set_IsTrailing(Boolean)

Declaration
void IStopLossOrderCondition.set_IsTrailing(bool #=zpuv94jM=)
Parameters
Type Name Description
Boolean #=zpuv94jM=

IStopLossOrderCondition.get_ActivationPrice()

Declaration
Nullable<Decimal> IStopLossOrderCondition.get_ActivationPrice()
Returns
Type Description
Nullable<Decimal>

IStopLossOrderCondition.get_ClosePositionPrice()

Declaration
Nullable<Decimal> IStopLossOrderCondition.get_ClosePositionPrice()
Returns
Type Description
Nullable<Decimal>

IStopLossOrderCondition.get_IsTrailing()

Declaration
bool IStopLossOrderCondition.get_IsTrailing()
Returns
Type Description
Boolean

IStopLossOrderCondition.set_ClosePositionPrice(Nullable<Decimal>)

Declaration
void IStopLossOrderCondition.set_ClosePositionPrice(Nullable<Decimal> #=zpuv94jM=)
Parameters
Type Name Description
Nullable<Decimal> #=zpuv94jM=

IStopLossOrderCondition.set_ActivationPrice(Nullable<Decimal>)

Declaration
void IStopLossOrderCondition.set_ActivationPrice(Nullable<Decimal> #=zpuv94jM=)
Parameters
Type Name Description
Nullable<Decimal> #=zpuv94jM=

Implements

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.
☀
☾