Class FixMessageWithType
IQueueable element consists of FixMessage and message type.
Inheritance
System.Object
FixMessageWithType
Implements
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)
Namespace: FixAntenna.FixEngine.Session.Util
Assembly: FixAntenna.Core.dll
Syntax
public class FixMessageWithType : IQueueable
Constructors
FixMessageWithType()
Creates FixMessageWithType
.
Declaration
public FixMessageWithType()
Fields
ChangesType
Declaration
public ChangesType? ChangesType
Field Value
Type | Description |
---|---|
System.Nullable<ChangesType> |
SeparatorChar
Declaration
protected const byte SeparatorChar = 1
Field Value
Type | Description |
---|---|
System.Byte |
Properties
FixMessage
Gets list of fields.
Declaration
public virtual FixMessage FixMessage { get; set; }
Property Value
Type | Description |
---|---|
FixMessage |
MessageType
Declaration
public string MessageType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Clear()
Declaration
public virtual void Clear()
CloneOnSend(FixMessage)
Declaration
public virtual FixMessage CloneOnSend(FixMessage list)
Parameters
Type | Name | Description |
---|---|---|
FixMessage | list |
Returns
Type | Description |
---|---|
FixMessage |
FromBytes(Byte[], Int32, Int32)
DeSerialize instance from byte array.
Declaration
public virtual void FromBytes(byte[] bytes, int offset, int length)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | bytes | the array of bytes |
System.Int32 | offset | the offset in buffer |
System.Int32 | length | the number of array elements to be read |
GetBytes(ByteBuffer)
Serialize instance to byte array.
Declaration
public virtual void GetBytes(ByteBuffer buffer)
Parameters
Type | Name | Description |
---|---|---|
ByteBuffer | buffer | byte buffer |
GetChangesType()
Gets change type
Declaration
public virtual ChangesType? GetChangesType()
Returns
Type | Description |
---|---|
System.Nullable<ChangesType> |
Init(FixMessage, Nullable<ChangesType>)
Declaration
public virtual void Init(FixMessage content, ChangesType? changesType)
Parameters
Type | Name | Description |
---|---|---|
FixMessage | content | |
System.Nullable<ChangesType> | changesType |
Init(FixMessage, String)
Declaration
public virtual void Init(FixMessage content, string type)
Parameters
Type | Name | Description |
---|---|---|
FixMessage | content | |
System.String | type |
IsApplicationLevelMessage()
Check message type.
Declaration
public virtual bool IsApplicationLevelMessage()
Returns
Type | Description |
---|---|
System.Boolean | true if message has application level type |
IsOriginatingFromPool()
Declaration
public virtual bool IsOriginatingFromPool()
Returns
Type | Description |
---|---|
System.Boolean |
PrepareMsgForReject()
Declaration
public virtual FixMessage PrepareMsgForReject()
Returns
Type | Description |
---|---|
FixMessage |
ReleaseInstance()
Declaration
public virtual void ReleaseInstance()
SetOriginatingFromPool()
Declaration
public virtual void SetOriginatingFromPool()
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()