Table of Contents

Class ProductFeedbackMessage

Namespace
StockSharp.Community
Assembly
StockSharp.Community.dll

Product feedback message.

[DataContract]
public class ProductFeedbackMessage : BaseSubscriptionIdMessage<ProductFeedbackMessage>, ISubscriptionIdMessage, IOriginalTransactionIdMessage, ITransactionIdMessage, IMessage, ILocalTimeMessage, ICloneable
Inheritance
ProductFeedbackMessage
Implements
Inherited Members
Extension Methods

Constructors

ProductFeedbackMessage()

Initializes a new instance of the ProductFeedbackMessage.

public ProductFeedbackMessage()

Properties

Author

Text.

[DataMember]
public long Author { get; set; }

Property Value

long

CreationDate

Rating.

[DataMember]
public DateTimeOffset CreationDate { get; set; }

Property Value

DateTimeOffset

DataType

Data type info.

public override DataType DataType { get; }

Property Value

DataType

ExtraId

Extra identifier.

[DataMember]
public long ExtraId { get; set; }

Property Value

long

Id

Identifier.

[DataMember]
public long Id { get; set; }

Property Value

long

ProductId

Product.

[DataMember]
public long ProductId { get; set; }

Property Value

long

Rating

Rating.

[DataMember]
public int Rating { get; set; }

Property Value

int

Text

Text.

[DataMember]
public string Text { get; set; }

Property Value

string

TransactionId

Request identifier.

[DataMember]
public long TransactionId { get; set; }

Property Value

long

Methods

Clone()

Create a copy of ProductFeedbackMessage.

public override Message Clone()

Returns

Message

Copy.

CopyTo(ProductFeedbackMessage)

Copy the message into the destination.

public override void CopyTo(ProductFeedbackMessage destination)

Parameters

destination ProductFeedbackMessage

The object, to which copied information.

ToString()

public override string ToString()

Returns

string