Class MsgBuf
Inheritance
System.Object
MsgBuf
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.Fix.Message
Assembly: FixAntenna.Message.dll
Syntax
public sealed class MsgBuf
Constructors
MsgBuf()
Declaration
public MsgBuf()
MsgBuf(Byte[])
debugging purposes only
Declaration
public MsgBuf(byte[] arr)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte[] | arr |
Fields
Buffer
Declaration
public byte[] Buffer
Field Value
| Type | Description |
|---|---|
| System.Byte[] |
Length
Declaration
public int Length
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Offset
Declaration
public int Offset
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Properties
FixMessage
Declaration
public FixMessage FixMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| FixMessage |
MessageReadTimeInTicks
Declaration
public long MessageReadTimeInTicks { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int64 |
Methods
ToMaskedString()
Declaration
public string ToMaskedString()
Returns
| Type | Description |
|---|---|
| System.String |
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
System.Object.ToString()