Interface IStorageTimestamp
Namespace: FixAntenna.FixEngine.Storage.Timestamp
Assembly: FixAntenna.Core.dll
Syntax
public interface IStorageTimestamp
Methods
Format(Int64, Byte[])
Declaration
void Format(long ticks, byte[] buffer)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | ticks | |
System.Byte[] | buffer |
FormatBackup()
Declaration
byte[] FormatBackup()
Returns
Type | Description |
---|---|
System.Byte[] |
GetFormatLength()
Declaration
int GetFormatLength()
Returns
Type | Description |
---|---|
System.Int32 |
ResetTimeZone(TimeSpan)
Declaration
void ResetTimeZone(TimeSpan timeZoneOffset)
Parameters
Type | Name | Description |
---|---|---|
System.TimeSpan | timeZoneOffset |