Class MessageChopperFields
Inheritance
System.Object
MessageChopperFields
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)
System.Object.ToString()
Namespace: FixAntenna.FixEngine.Transport
Assembly: FixAntenna.Core.dll
Syntax
public static class MessageChopperFields
Fields
EofReadError
Declaration
public const string EofReadError = "End of File read"
Field Value
Type | Description |
---|---|
System.String |
MessageIsTooLongError
Declaration
public const string MessageIsTooLongError = "FIX message exceeded max size"
Field Value
Type | Description |
---|---|
System.String |
RawDataLengthIsTooBigError
Declaration
public const string RawDataLengthIsTooBigError = "Raw data length value is too big"
Field Value
Type | Description |
---|---|
System.String |
ReadError
Declaration
public const string ReadError = "Read message error"
Field Value
Type | Description |
---|---|
System.String |