FixLogonResponse
StockSharp.Fix.Native
用于登录响应的 FIX 消息的数据.
实现: IEquatable<FixLogonResponse>
构造函数
FixLogonResponse
public FixLogonResponse(string SessionId, string LicenseFeatureId, DateTime ComponentTimestamp)
fixLogonResponse = FixLogonResponse(SessionId, LicenseFeatureId, ComponentTimestamp)
用于登录响应的 FIX 消息的数据.
- SessionId
- 交易会话标识符.
- LicenseFeatureId
- 许可证特性标识符 。
- ComponentTimestamp
- 版本验证组件时间戳.
属性
ComponentTimestamp
public DateTime ComponentTimestamp { get; set; }
value = fixLogonResponse.ComponentTimestamp
fixLogonResponse.ComponentTimestamp = value
版本验证组件时间戳.
LicenseFeatureId
public string LicenseFeatureId { get; set; }
value = fixLogonResponse.LicenseFeatureId
fixLogonResponse.LicenseFeatureId = value
许可证特性标识符 。
SessionId
public string SessionId { get; set; }
value = fixLogonResponse.SessionId
fixLogonResponse.SessionId = value
交易会话标识符.