Class LicenseInfoMessage
License message.
Implements
Inherited Members
Namespace: StockSharp.Community
Assembly: StockSharp.Community.dll
Syntax
public class LicenseInfoMessage : BaseSubscriptionIdMessage<LicenseInfoMessage>, IExtendableEntity, ISubscriptionIdMessage, IOriginalTransactionIdMessage, IMessage, ICloneable
Constructors
LicenseInfoMessage()
Initializes a new instance of the LicenseInfoMessage.
Declaration
public LicenseInfoMessage()
Properties
Body
License body.
Declaration
public byte[] Body { get; set; }
Property Value
Type | Description |
---|---|
Byte[] |
DataType
Data type info.
Declaration
public override DataType DataType { get; }
Property Value
Type | Description |
---|---|
DataType |
Overrides
StockSharp.Messages.BaseSubscriptionIdMessage<StockSharp.Community.LicenseInfoMessage>.DataType
IsApproved
Is approved.
Declaration
public bool IsApproved { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
CopyTo(LicenseInfoMessage)
Copy the message into the destination
.
Declaration
public override void CopyTo(LicenseInfoMessage destination)
Parameters
Type | Name | Description |
---|---|---|
LicenseInfoMessage | destination | The object, to which copied information. |
Overrides
StockSharp.Messages.BaseSubscriptionIdMessage<StockSharp.Community.LicenseInfoMessage>.CopyTo(StockSharp.Community.LicenseInfoMessage)
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |
Overrides
StockSharp.Messages.BaseSubscriptionIdMessage<StockSharp.Community.LicenseInfoMessage>.ToString()