FixLogonMessage

StockSharp.Fix

FIX登录响应.

继承自: ConnectMessage

属性

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

解调模式连接.

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

许可证组件时间戳。

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

许可特征 ID 。

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

支持发放许可证。

方法

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

Creates a deep copy of a DataSeries

返回值: Copy.