RFA .NET
Allows setting of group Id from passed in List of unsigned shorts in Host Byte order
that form the group ID.
Namespace: ThomsonReuters.RFA.MessageAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public void SetFromList(
List<ushort> groupIdVal
) |
Visual Basic |
---|
Public Sub SetFromList ( _
groupIdVal As List(Of UShort) _
) |
Visual C++ |
---|
public:
void SetFromList(
List<unsigned short>^ groupIdVal
) |
F# |
---|
member SetFromList :
groupIdVal:List<uint16> -> unit
|
Parameters
- groupIdVal
- Type: System.Collections.Generic..::..List<(Of <(<'UInt16>)>)>
A List of unsigned shorts in Host Byte order.
See Also