Class UtcTimestampFormatter
Inheritance
System.Object
UtcTimestampFormatter
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 UtcTimestampFormatter : UtcDateFormatter, IFixDateFormatter
Methods
FormatUtcCalendar(DateTimeOffset, Byte[], Int32)
Declaration
protected override int FormatUtcCalendar(DateTimeOffset calendar, byte[] buff, int offset)
Parameters
Type | Name | Description |
---|---|---|
System.DateTimeOffset | calendar | |
System.Byte[] | buff | |
System.Int32 | offset |
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
GetFormattedStringLength(DateTimeOffset)
Declaration
public override int GetFormattedStringLength(DateTimeOffset calendar)
Parameters
Type | Name | Description |
---|---|---|
System.DateTimeOffset | calendar |
Returns
Type | Description |
---|---|
System.Int32 |