Table of Contents

Class ProductPublishMessage

Namespace
StockSharp.Community
Assembly
StockSharp.Community.dll

Product publish message.

[DataContract]
public class ProductPublishMessage : Message, IMessage, ILocalTimeMessage, ICloneable
Inheritance
ProductPublishMessage
Implements
Inherited Members
Extension Methods

Constructors

ProductPublishMessage()

Initializes a new instance of the ProductPublishMessage.

public ProductPublishMessage()

Properties

Packages

Products.

[DataMember]
public (long productId, string version, string releaseNotesEn, string releaseNotesRu)[] Packages { get; set; }

Property Value

(long productId, string version, string releaseNotesEn, string releaseNotesRu)[]

Methods

Clone()

Create a copy of ProductPublishMessage.

public override Message Clone()

Returns

Message

Copy.