RFA .NET Indicates an 8-bit characters encoding using the Reuters Basic Character Set (RBCS).
RBCS is also used for Marketfeed. The first 128 characters are equivalent to the ASCII
character set (ANSI X3.4-1968) (a primitive type).
Namespace: ThomsonReuters.RFA.RDMAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public const byte RWF_TYPE_ASCII_STRING |
Visual Basic |
---|
Public Const RWF_TYPE_ASCII_STRING As Byte |
Visual C++ |
---|
public:
literal unsigned char RWF_TYPE_ASCII_STRING |
F# |
---|
static val mutable RWF_TYPE_ASCII_STRING: byte |
See Also