Specifies the SessionStorageType of the automatically created Session object that corresponds to the incoming FIX Connection.
Namespace: FIXForge.NET.FIXAssembly: FIXForge.NET.FIX.Engine-net-3.5 (in FIXForge.NET.FIX.Engine-net-3.5.dll) Version: 2.79.1.0
Syntax
C# |
---|
public SessionStorageType AutomaticallyCreatedSessionStorageType { get; set; } |
Visual Basic |
---|
Public Property AutomaticallyCreatedSessionStorageType As SessionStorageType Get Set |
Visual C++ |
---|
public: property SessionStorageType AutomaticallyCreatedSessionStorageType { SessionStorageType get (); void set (SessionStorageType value); } |