Class FixLogonMessage
- Namespace
- StockSharp.Fix
- Assembly
- StockSharp.Fix.Core.dll
FIX logon response.
[DataContract]
public class FixLogonMessage : ConnectMessage, IMessage, ILocalTimeMessage, ICloneable, IErrorMessage, IServerTimeMessage
- Inheritance
-
FixLogonMessage
- Implements
- Inherited Members
- Extension Methods
Constructors
FixLogonMessage()
public FixLogonMessage()
Properties
IsDemo
Demo mode connection.
[DataMember]
public bool IsDemo { get; set; }
Property Value
LicenseComponentTimestamp
License component timestamp.
[DataMember]
public DateTime? LicenseComponentTimestamp { get; set; }
Property Value
LicenseFeatureId
License feature id.
[DataMember]
public string LicenseFeatureId { get; set; }
Property Value
SupportLicensing
Support licensing.
[DataMember]
public bool SupportLicensing { get; set; }
Property Value
Methods
Clone()
Create a copy of ConnectMessage.
public override Message Clone()
Returns
- Message
Copy.