Table of Contents

Class LicenseInfoMessage

Namespace
StockSharp.Community
Assembly
StockSharp.Community.dll

License message.

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

Constructors

LicenseInfoMessage()

Initializes a new instance of the LicenseInfoMessage.

public LicenseInfoMessage()

Properties

Body

License body.

[DataMember]
public byte[] Body { get; set; }

Property Value

byte[]

DataType

Data type info.

public override DataType DataType { get; }

Property Value

DataType

IsApproved

Is approved.

[DataMember]
public bool IsApproved { get; set; }

Property Value

bool

Methods

CopyTo(LicenseInfoMessage)

Copy the message into the destination.

public override void CopyTo(LicenseInfoMessage destination)

Parameters

destination LicenseInfoMessage

The object, to which copied information.

ToString()

public override string ToString()

Returns

string