FixLogonMessage

StockSharp.Fix

FIX logon response.

Inherits: ConnectMessage

Properties

IsDemo
public bool IsDemo { get; set; }
value = fixLogonMessage.IsDemo
fixLogonMessage.IsDemo = value

Demo mode connection.

LicenseComponentTimestamp
public DateTime? LicenseComponentTimestamp { get; set; }
value = fixLogonMessage.LicenseComponentTimestamp
fixLogonMessage.LicenseComponentTimestamp = value

License component timestamp.

LicenseFeatureId
public string LicenseFeatureId { get; set; }
value = fixLogonMessage.LicenseFeatureId
fixLogonMessage.LicenseFeatureId = value

License feature id.

SupportLicensing
public bool SupportLicensing { get; set; }
value = fixLogonMessage.SupportLicensing
fixLogonMessage.SupportLicensing = value

Support licensing.

Methods

Clone
public override Message Clone()
result = fixLogonMessage.Clone()

Create a copy of ConnectMessage.

Returns: Copy.