RFA .NET Maps a RDMFidDef.OMMTypeEnum to a string name of the "RWF TYPE".
Namespace: ThomsonReuters.RFA.RDMAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public static RFA_String OmmTypeToString(
byte rwfType
) |
Visual Basic |
---|
Public Shared Function OmmTypeToString ( _
rwfType As Byte _
) As RFA_String |
Visual C++ |
---|
public:
static RFA_String^ OmmTypeToString(
unsigned char rwfType
) |
F# |
---|
static member OmmTypeToString :
rwfType:byte -> RFA_String
|
Return Value
The
RFA_String that contains a name of the "RWF TYPE".
See Also