Show / Hide Table of Contents

Class ProductFeedbackMessage

Product feedback message.

Inheritance
Object
Message
BaseSubscriptionIdMessage<ProductFeedbackMessage>
ProductFeedbackMessage
Implements
IExtendableEntity
ISubscriptionIdMessage
IOriginalTransactionIdMessage
ITransactionIdMessage
IMessage
ICloneable
Inherited Members
BaseSubscriptionIdMessage<ProductFeedbackMessage>.OriginalTransactionId
BaseSubscriptionIdMessage<ProductFeedbackMessage>.SubscriptionId
BaseSubscriptionIdMessage<ProductFeedbackMessage>.SubscriptionIds
Message.CopyTo(Message)
Message.LocalTime
Message.Type
Message.ExtensionInfo
Message.IsBack
Message.BackMode
Message.OfflineMode
Message.Adapter
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()

Implements

IExtendableEntity
ISubscriptionIdMessage
IOriginalTransactionIdMessage
ITransactionIdMessage
IMessage
System.ICloneable

Extension Methods

Paths.Serialize<T>(T, String)
Paths.Serialize<T>(T)
Extensions.GetServerTime(Message)
Extensions.TryGetServerTime(Message)
Extensions.TryInitLocalTime(Message, ILogSource)
Extensions.HandleErrorResponse(Message, Exception, ILogReceiver, Action<Message>, Func<DataType, Int64[]>)
Extensions.TryGetSecurityId(Message)
Extensions.ReplaceSecurityId(Message, SecurityId)
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.
☀
☾