RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Binds an entry at the current position.
Namespace: ThomsonReuters.RFA.DataAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public void Bind( SeriesEntry seriesEntry ) |
Visual Basic |
---|
Public Sub Bind ( _ seriesEntry As SeriesEntry _ ) |
Visual C++ |
---|
public: void Bind( SeriesEntry^ seriesEntry ) |
F# |
---|
member Bind : seriesEntry:SeriesEntry -> unit |
Parameters
- seriesEntry
- Type: ThomsonReuters.RFA.Data..::..SeriesEntry
The binding SeriesEntry.
Remarks
Application need specify an instance of all methods on the entry prior to the Bind() call.
For single-pass encoding, application need populate the contained data
on the entry only after the Bind() call. For double-pass encoding,
application need populate the contained data on the entry only prior to the Bind() call.
Double-pass encoding is used for pre-encoded data.
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | Invalid usage. |