Interface IFixDateFormatter
Namespace: FixAntenna.Fix.Message.Format
Assembly: FixAntenna.Message.dll
Syntax
public interface IFixDateFormatter
Methods
Format(DateTimeOffset, Byte[], Int32)
Declaration
int Format(DateTimeOffset calendar, byte[] buff, int offset)
Parameters
Type | Name | Description |
---|---|---|
System. |
calendar | |
System. |
buff | |
System. |
offset |
Returns
Type | Description |
---|---|
System. |
GetFormattedStringLength(DateTimeOffset)
Declaration
int GetFormattedStringLength(DateTimeOffset calendar)
Parameters
Type | Name | Description |
---|---|---|
System. |
calendar |
Returns
Type | Description |
---|---|
System. |