Class ProductFeedbackMessage
Product feedback message.
Implements
Inherited Members
Namespace: StockSharp.Community
Assembly: StockSharp.Community.dll
Syntax
public class ProductFeedbackMessage : BaseSubscriptionIdMessage<ProductFeedbackMessage>, IExtendableEntity, ISubscriptionIdMessage, IOriginalTransactionIdMessage, ITransactionIdMessage, IMessage, ICloneable
Constructors
ProductFeedbackMessage()
Initializes a new instance of the ProductFeedbackMessage.
Declaration
public ProductFeedbackMessage()
Properties
Author
Text.
Declaration
public long Author { get; set; }
Property Value
Type | Description |
---|---|
Int64 |
CreationDate
Rating.
Declaration
public DateTimeOffset CreationDate { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset |
DataType
Data type info.
Declaration
public override DataType DataType { get; }
Property Value
Type | Description |
---|---|
DataType |
Overrides
StockSharp.Messages.BaseSubscriptionIdMessage<StockSharp.Community.ProductFeedbackMessage>.DataType
ExtraId
Extra identifier.
Declaration
public long ExtraId { get; set; }
Property Value
Type | Description |
---|---|
Int64 |
Id
Identifier.
Declaration
public long Id { get; set; }
Property Value
Type | Description |
---|---|
Int64 |
ProductId
Product.
Declaration
public long ProductId { get; set; }
Property Value
Type | Description |
---|---|
Int64 |
Rating
Rating.
Declaration
public int Rating { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Text
Text.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
String |
TransactionId
Request identifier.
Declaration
public long TransactionId { get; set; }
Property Value
Type | Description |
---|---|
Int64 |
Methods
Clone()
Create a copy of ProductFeedbackMessage.
Declaration
public override Message Clone()
Returns
Type | Description |
---|---|
Message | Copy. |
Overrides
StockSharp.Messages.BaseSubscriptionIdMessage<StockSharp.Community.ProductFeedbackMessage>.Clone()
CopyTo(ProductFeedbackMessage)
Copy the message into the destination
.
Declaration
public override void CopyTo(ProductFeedbackMessage destination)
Parameters
Type | Name | Description |
---|---|---|
ProductFeedbackMessage | destination | The object, to which copied information. |
Overrides
StockSharp.Messages.BaseSubscriptionIdMessage<StockSharp.Community.ProductFeedbackMessage>.CopyTo(StockSharp.Community.ProductFeedbackMessage)
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |
Overrides
StockSharp.Messages.BaseSubscriptionIdMessage<StockSharp.Community.ProductFeedbackMessage>.ToString()