GenericTinyMessage

StockSharp.Xaml.Charting.Common.Messaging

Generic message with user specified content

Inherits: TinyMessageBase

Constructors

GenericTinyMessage
public GenericTinyMessage(object sender, TContent content)
genericTinyMessage = GenericTinyMessage(sender, content)

Create a new instance of the GenericTinyMessage class.

sender
Message sender (usually "this")
content
Contents of the message

Properties

Content
public TContent Content { get; protected set; }
value = genericTinyMessage.Content
genericTinyMessage.Content = value

Contents of the message