FixLogonMessage
StockSharp.Fix
Antwort auf die FIX-Anmeldung.
Erbt von: ConnectMessage
Eigenschaften
IsDemo
public bool IsDemo { get; set; }
value = fixLogonMessage.IsDemo
fixLogonMessage.IsDemo = value
Demo-Modus-Verbindung.
LicenseComponentTimestamp
public DateTime? LicenseComponentTimestamp { get; set; }
value = fixLogonMessage.LicenseComponentTimestamp
fixLogonMessage.LicenseComponentTimestamp = value
Lizenzkomponente Zeitstempel.
LicenseFeatureId
public string LicenseFeatureId { get; set; }
value = fixLogonMessage.LicenseFeatureId
fixLogonMessage.LicenseFeatureId = value
Lizenz-Feature-ID.
SupportLicensing
public bool SupportLicensing { get; set; }
value = fixLogonMessage.SupportLicensing
fixLogonMessage.SupportLicensing = value
Lizenzierung unterstützen.
Methoden
Clone
public override Message Clone()
result = fixLogonMessage.Clone()
Erstellt eine tiefe Kopie eines DataSeries
Rückgabe: Copy.