RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Binds FilterEntry encoding.
Namespace: ThomsonReuters.RFA.DataAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public void Bind( FilterEntry filterEntry, byte dataType ) |
Visual Basic |
---|
Public Sub Bind ( _ filterEntry As FilterEntry, _ dataType As Byte _ ) |
Visual C++ |
---|
public: void Bind( FilterEntry^ filterEntry, unsigned char dataType ) |
F# |
---|
member Bind : filterEntry:FilterEntry * dataType:byte -> unit |
Parameters
- filterEntry
- Type: ThomsonReuters.RFA.Data..::..FilterEntry
Passes a FilterEntry's properties to the single iterator for encoding.
- dataType
- Type: System..::..Byte
The data type of this entry. It may or may not be different from the default data type set by Start(). Value is DataEnum except DataBuffer. If dataType is not set by client, the FilterEntry will use default data type. Always set properties of a FilterEntry first before call Bind() to prepare encoding the FilterEntry.Possible values are defined in DataEnum.
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | Invalid Usage. |