Class FixFormatter
Inheritance
System.Object
FixFormatter
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.Fix.Message
Assembly: FixAntenna.Message.dll
Syntax
public class FixFormatter
Constructors
FixFormatter()
Declaration
public FixFormatter()
Fields
ByteArrayPool
Declaration
public List<byte[][]> ByteArrayPool
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Byte[][]> |
Methods
FormatFloat(Double)
Declaration
public StringBuilder FormatFloat(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Type | Description |
---|---|
System.Text.StringBuilder |
FormatInt(Int64, Int32, Int32)
Declaration
public byte[] FormatInt(long value, int entryNum = 0, int minLength = 1)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | value | |
System.Int32 | entryNum | |
System.Int32 | minLength |
Returns
Type | Description |
---|---|
System.Byte[] |