FixLogonMessage
StockSharp.Fix
Resposta de logon FIX.
Herda de: ConnectMessage
Propriedades
IsDemo
public bool IsDemo { get; set; }
value = fixLogonMessage.IsDemo
fixLogonMessage.IsDemo = value
Conexão de modo de demonstração.
LicenseComponentTimestamp
public DateTime? LicenseComponentTimestamp { get; set; }
value = fixLogonMessage.LicenseComponentTimestamp
fixLogonMessage.LicenseComponentTimestamp = value
Hora da licença.
LicenseFeatureId
public string LicenseFeatureId { get; set; }
value = fixLogonMessage.LicenseFeatureId
fixLogonMessage.LicenseFeatureId = value
ID da funcionalidade de licença.
SupportLicensing
public bool SupportLicensing { get; set; }
value = fixLogonMessage.SupportLicensing
fixLogonMessage.SupportLicensing = value
Apoio ao licenciamento.
Métodos
Clone
public override Message Clone()
result = fixLogonMessage.Clone()
Cria uma cópia profunda de DataSeries
Retorna: Copy.