Class LocalMktDateFormatter
Date of Local Market (vs. UTC) in YYYYMMDD format. Valid values: YYYY = 0000-9999, MM = 01-12, DD = 01-31.
Inheritance
System.Object
LocalMktDateFormatter
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)
System.Object.ToString()
Namespace: FixAntenna.Fix.Message.Format
Assembly: FixAntenna.Message.dll
Syntax
public class LocalMktDateFormatter : IFixDateFormatter
Methods
Format(DateTimeOffset, Byte[], Int32)
Declaration
public virtual int Format(DateTimeOffset calendar, byte[] buff, int offset)
Parameters
Type | Name | Description |
---|---|---|
System.DateTimeOffset | calendar | |
System.Byte[] | buff | |
System.Int32 | offset |
Returns
Type | Description |
---|---|
System.Int32 |
FormatLocalCalendar(DateTimeOffset, Byte[], Int32)
Declaration
protected virtual int FormatLocalCalendar(DateTimeOffset utcCal, byte[] buff, int offset)
Parameters
Type | Name | Description |
---|---|---|
System.DateTimeOffset | utcCal | |
System.Byte[] | buff | |
System.Int32 | offset |
Returns
Type | Description |
---|---|
System.Int32 |
GetFormattedStringLength(DateTimeOffset)
Declaration
public virtual int GetFormattedStringLength(DateTimeOffset calendar)
Parameters
Type | Name | Description |
---|---|---|
System.DateTimeOffset | calendar |
Returns
Type | Description |
---|---|
System.Int32 |