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

Идентификатор торговой сессии.