RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Gets or sets the best timeliness.
Namespace: ThomsonReuters.RFA.CommonAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public int BestTimeliness { get; set; } |
Visual Basic |
---|
Public Property BestTimeliness As Integer Get Set |
Visual C++ |
---|
public: property int BestTimeliness { int get (); void set (int value); } |
F# |
---|
member BestTimeliness : int with get, set |