Show / Hide Table of Contents

Class InteractiveBrokersOrderCondition.FinancialAdvisorCondition

Settings for automatic order volume calculation.

Inheritance
Object
InteractiveBrokersOrderCondition.BaseCondition
InteractiveBrokersOrderCondition.FinancialAdvisorCondition
Inherited Members
InteractiveBrokersOrderCondition.BaseCondition.GetValue<T>(String)
InteractiveBrokersOrderCondition.BaseCondition.TryGetValue<T>(String)
InteractiveBrokersOrderCondition.BaseCondition.SetValue<T>(String, T)
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: StockSharp.InteractiveBrokers
Assembly: StockSharp.InteractiveBrokers.dll
Syntax
public class FinancialAdvisorCondition : InteractiveBrokersOrderCondition.BaseCondition

Properties

Allocation

Calculation method.

Declaration
[DescriptionLoc("Str2349", true)]
[DisplayNameLoc("Str2349")]
public Nullable<InteractiveBrokersOrderCondition.FinancialAdvisorAllocations> Allocation { get; set; }
Property Value
Type Description
Nullable<InteractiveBrokersOrderCondition.FinancialAdvisorAllocations>

Group

Group.

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

Percentage

Ration percentage to filled volume.

Declaration
[DisplayNameLoc("Str2351")]
[DescriptionLoc("Str2351", true)]
public string Percentage { get; set; }
Property Value
Type Description
String

Profile

Profile.

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

Extension Methods

Paths.Serialize<T>(T, String)
Paths.Serialize<T>(T)
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.
☀
☾