RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Gets the Session that created this OMMProvider.
Namespace: ThomsonReuters.RFA.SessionLayerAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public Session Session { get; } |
Visual Basic |
---|
Public ReadOnly Property Session As Session Get |
Visual C++ |
---|
public: property Session^ Session { Session^ get (); } |
F# |
---|
member Session : Session |