Class SerializationContext
Inheritance
System.Object
SerializationContext
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
Assembly: FixAntenna.Core.dll
Syntax
public class SerializationContext
Constructors
SerializationContext()
Declaration
public SerializationContext()
SerializationContext(IFixMessageFactory)
Declaration
public SerializationContext(IFixMessageFactory messageFactory)
Parameters
Type | Name | Description |
---|---|---|
IFixMessageFactory | messageFactory |
Properties
CurrentDateValue
Declaration
public virtual byte[] CurrentDateValue { get; }
Property Value
Type | Description |
---|---|
System.Byte[] |
FormatLength
Declaration
public virtual int FormatLength { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
IntFormatter
Declaration
public FixFormatter IntFormatter { get; }
Property Value
Type | Description |
---|---|
FixFormatter |