forwardResendingQueueSize Property    Table of ContentISessionStorage Methodsforward
ISessionStorage.SessionCreationTime Property
Time when the session attached to the storage was created.

This property should return UnknownSessionCreationTime unless it was explicitly modified by the Engine.

See the PluggableStorage sample included into the distributive for implementation sample.

Namespace:  FIXForge.NET.FIX
Assembly:  FIXForge.NET.FIX.Engine-net-4.8_x64 (in FIXForge.NET.FIX.Engine-net-4.8_x64.dll) Version: 4.10.1.0
Syntax
C#
DateTime SessionCreationTime { get; set; }

Property Value

Type: DateTime
See Also