Table of Contents

Class FinancialAdviseMessage

Namespace
StockSharp.InteractiveBrokers
Assembly
StockSharp.InteractiveBrokers.dll

Message with financial advice.

public class FinancialAdviseMessage : Message, IMessage, ILocalTimeMessage, ICloneable, ITransactionIdMessage
Inheritance
FinancialAdviseMessage
Implements
Inherited Members
Extension Methods

Constructors

FinancialAdviseMessage()

Initializes a new instance of the FinancialAdviseMessage.

public FinancialAdviseMessage()

Properties

AdviseType

Type.

public string AdviseType { get; set; }

Property Value

string

Data

Data in the xml format.

public string Data { get; set; }

Property Value

string

IsReplace

Replaces Financial Advisor's settings.

public bool IsReplace { get; set; }

Property Value

bool

TransactionId

Request identifier.

public long TransactionId { get; set; }

Property Value

long

Methods

Clone()

Create a copy of FinancialAdviseMessage.

public override Message Clone()

Returns

Message

Copy.