Class StorageTimestampNano
Inheritance
System.Object
StorageTimestampNano
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.FixEngine.Storage.Timestamp
Assembly: FixAntenna.Core.dll
Syntax
public class StorageTimestampNano : IStorageTimestamp
Methods
Format(Int64, Byte[])
Declaration
public virtual void Format(long ticks, byte[] buffer)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int64 | ticks | |
| System.Byte[] | buffer |
FormatBackup()
Declaration
public virtual byte[] FormatBackup()
Returns
| Type | Description |
|---|---|
| System.Byte[] |
GetFormatLength()
Declaration
public virtual int GetFormatLength()
Returns
| Type | Description |
|---|---|
| System.Int32 |
ResetTimeZone(TimeSpan)
Declaration
public virtual void ResetTimeZone(TimeSpan timeZoneOffset)
Parameters
| Type | Name | Description |
|---|---|---|
| System.TimeSpan | timeZoneOffset |