FixLogonMessage
StockSharp.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
Лицензионный идентификатор.
SupportLicensing
public bool SupportLicensing { get; set; }
value = fixLogonMessage.SupportLicensing
fixLogonMessage.SupportLicensing = value
Поддержка лицензирования.
Методы
Clone
public override Message Clone()
result = fixLogonMessage.Clone()
Создает глубокую копию DataSeries.
Возвращает: Copy.