RFA .NET Gets offset for partial field update.
Namespace: ThomsonReuters.RFA.DataAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public short Offset { get; } |
Visual Basic |
---|
Public ReadOnly Property Offset As Short
Get |
Visual C++ |
---|
public:
property short Offset {
short get ();
} |
Field Value
0-based offset which is from the start of the cached field buffer being
updated, at which to apply the update’s data element. The cached field buffer contains raw
full field RMTES encoded string.
-1 if the data is the full field update or has error.
See Also