FixReject

StockSharp.Fix.Native

Data for Reject FIX message.

Implements: IEquatable<FixReject>

Constructors

FixReject
public FixReject(string Error, long? RefSeqNum, string RefMsgType, FixTags? RefTagId, int? SessionRejectReason, FixId RequestId)
fixReject = FixReject(Error, RefSeqNum, RefMsgType, RefTagId, SessionRejectReason, RequestId)

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.

Properties

Error
public string Error { get; set; }
value = fixReject.Error
fixReject.Error = value

Error message text.

RefMsgType
public string RefMsgType { get; set; }
value = fixReject.RefMsgType
fixReject.RefMsgType = value

Reference message type of rejected message.

RefSeqNum
public long? RefSeqNum { get; set; }
value = fixReject.RefSeqNum
fixReject.RefSeqNum = value

Reference sequence number of rejected message.

RefTagId
public FixTags? RefTagId { get; set; }
value = fixReject.RefTagId
fixReject.RefTagId = value

Reference tag ID that caused rejection.

RequestId
public FixId RequestId { get; set; }
value = fixReject.RequestId
fixReject.RequestId = value

Request identifier.

SessionRejectReason
public int? SessionRejectReason { get; set; }
value = fixReject.SessionRejectReason
fixReject.SessionRejectReason = value

Session reject reason code.