FixReject

StockSharp.Fix.Native

Data for Reject FIX message.

Реализует: IEquatable<FixReject>

Конструкторы

FixReject(string, long?, string, FixTags?, int?, FixId)

Data for Reject FIX message.

Error
Error message text.
RefSeqNum
Reference sequence number of rejected message.
RefMsgType
Reference message type of rejected message.
RefTagId
Reference tag ID that caused rejection.
SessionRejectReason
Session reject reason code.
RequestId
Request identifier.

Свойства

Error : string

Error message text.

RefMsgType : string

Reference message type of rejected message.

RefSeqNum : long?

Reference sequence number of rejected message.

RefTagId : FixTags?

Reference tag ID that caused rejection.

RequestId : FixId

Request identifier.

SessionRejectReason : int?

Session reject reason code.