Class ExtendedFixSessionAttribute
Enum define the session all attributes.
Inheritance
System.Object
ExtendedFixSessionAttribute
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: FixAntenna.Core.dll
Syntax
public sealed class ExtendedFixSessionAttribute
Fields
DeleteLastProcessedSeqNumFromFile
The DeleteLastProcessedSeqNumFromFile
is present in session attributes only when
the last processed seq num is load from session parameters file. If this flag is set the session should
update the appropriate parameter in properties file.
Declaration
public static readonly ExtendedFixSessionAttribute DeleteLastProcessedSeqNumFromFile
Field Value
EndOfRrRange
This is only for internal use.
End of sequence range.
Declaration
public static readonly ExtendedFixSessionAttribute EndOfRrRange
Field Value
IntradayLogonIsSent
This is only for internal use.
Indicates that logon was send for SR.
Declaration
public static readonly ExtendedFixSessionAttribute IntradayLogonIsSent
Field Value
IsResendRequestProcessed
Declaration
public static readonly ExtendedFixSessionAttribute IsResendRequestProcessed
Field Value
IsSendResetSeqNum
This is only for internal use.
Declaration
public static readonly ExtendedFixSessionAttribute IsSendResetSeqNum
Field Value
LastReceivedTestReqId
This constant signals that test request had been received by fix session.
Declaration
public static readonly ExtendedFixSessionAttribute LastReceivedTestReqId
Field Value
LastRrRange
This attribute contains range (startSeqNum-EndSeqNum) of last sent ResendRequest. It used to detect sending
similar RR.
Declaration
public static readonly ExtendedFixSessionAttribute LastRrRange
Field Value
See Also
LastRrSeqNum
The last RR seq num occurred when engine send RR and after every saves it to file.
Declaration
public static readonly ExtendedFixSessionAttribute LastRrSeqNum
Field Value
LastSentTestReqId
This constant signals that test request sent by fix session.
Declaration
public static readonly ExtendedFixSessionAttribute LastSentTestReqId
Field Value
RejectSession
This is only for internal use.
Indicates the session is in state Reject
Declaration
public static readonly ExtendedFixSessionAttribute RejectSession
Field Value
RequestedEndRrRange
Declaration
public static readonly ExtendedFixSessionAttribute RequestedEndRrRange
Field Value
SentTestReqNumberId
This constant signals that how many test request sent by fix session.
Declaration
public static readonly ExtendedFixSessionAttribute SentTestReqNumberId
Field Value
SequenceWasDecremented
This attribute contains original sequence number.
Declaration
public static readonly ExtendedFixSessionAttribute SequenceWasDecremented
Field Value
SimilarRrCounter
This attribute contains how many similar ResendRequests were sent, to prevent infinite resent loop.
Declaration
public static readonly ExtendedFixSessionAttribute SimilarRrCounter
Field Value
See Also
StartOfRrRange
This is only for internal use.
Start of sequence range.
Declaration
public static readonly ExtendedFixSessionAttribute StartOfRrRange
Field Value
StartRrSeqNum
This is only for internal use.
Indicates the first incoming logon sequence number.
Declaration
public static readonly ExtendedFixSessionAttribute StartRrSeqNum
Field Value
TestRequestIsSentForSeqReset
This is only for internal use.
Indicates that TR was send for SR.
Declaration
public static readonly ExtendedFixSessionAttribute TestRequestIsSentForSeqReset
Field Value
YesValue
Declaration
public const string YesValue = "Y"
Field Value
Type |
Description |
System.String |
|
Properties
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
Methods
Ordinal()
Declaration
Returns
Type |
Description |
System.Int32 |
|
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()
ValueOf(String)
Declaration
public static ExtendedFixSessionAttribute ValueOf(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Values()
Declaration
public static IList<ExtendedFixSessionAttribute> Values()
Returns
See Also