Class LicenseRequestMessage
License request (create, renew, delete) message.
Implements
Inherited Members
Namespace: StockSharp.Community
Assembly: StockSharp.Community.dll
Syntax
public class LicenseRequestMessage : BaseRequestMessage, IExtendableEntity, ISubscriptionMessage, ITransactionIdMessage, IOriginalTransactionIdMessage, IMessage, ICloneable
Constructors
LicenseRequestMessage()
Initializes a new instance of the LicenseRequestMessage.
Declaration
public LicenseRequestMessage()
Properties
Account
Account.
Declaration
public string Account { get; set; }
Property Value
Type | Description |
---|---|
String |
BrokerId
Broker identifier.
Declaration
public long BrokerId { get; set; }
Property Value
Type | Description |
---|---|
Int64 |
Command
Command.
Declaration
public Nullable<CommandTypes> Command { get; set; }
Property Value
Type | Description |
---|---|
Nullable<CommandTypes> |
DataType
Data type info.
Declaration
public override DataType DataType { get; }
Property Value
Type | Description |
---|---|
DataType |
Overrides
ExpirationDate
License expiry date.
Declaration
public Nullable<DateTimeOffset> ExpirationDate { get; set; }
Property Value
Type | Description |
---|---|
Nullable<DateTimeOffset> |
Features
Features.
Declaration
public string Features { get; set; }
Property Value
Type | Description |
---|---|
String |
HardwareId
Hardware id of the computer for which the license is issued.
Declaration
public string HardwareId { get; set; }
Property Value
Type | Description |
---|---|
String |
IssuedTo
Issued to.
Declaration
public long IssuedTo { get; set; }
Property Value
Type | Description |
---|---|
Int64 |
LicenseId
License identifier.
Declaration
public long LicenseId { get; set; }
Property Value
Type | Description |
---|---|
Int64 |
Methods
Clone()
Create a copy of LicenseRequestMessage.
Declaration
public override Message Clone()
Returns
Type | Description |
---|---|
Message | Copy. |
Overrides
CopyTo(LicenseRequestMessage)
Copy the message into the destination
.
Declaration
protected void CopyTo(LicenseRequestMessage destination)
Parameters
Type | Name | Description |
---|---|---|
LicenseRequestMessage | destination | The object, to which copied information. |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |