FixLogonResponse
StockSharp.Fix.Native
Data for Logon response FIX message.
Implements: IEquatable<FixLogonResponse>
Constructors
FixLogonResponse
public FixLogonResponse(string SessionId, string LicenseFeatureId, DateTime ComponentTimestamp)
fixLogonResponse = FixLogonResponse(SessionId, LicenseFeatureId, ComponentTimestamp)
Data for Logon response FIX message.
- SessionId
- Trading session identifier.
- LicenseFeatureId
- License feature identifier.
- ComponentTimestamp
- Component timestamp for version verification.
Properties
ComponentTimestamp
public DateTime ComponentTimestamp { get; set; }
value = fixLogonResponse.ComponentTimestamp
fixLogonResponse.ComponentTimestamp = value
Component timestamp for version verification.
LicenseFeatureId
public string LicenseFeatureId { get; set; }
value = fixLogonResponse.LicenseFeatureId
fixLogonResponse.LicenseFeatureId = value
License feature identifier.
SessionId
public string SessionId { get; set; }
value = fixLogonResponse.SessionId
fixLogonResponse.SessionId = value
Trading session identifier.