RFA .NET
The DataBuffer..::..DataBufferEnum type exposes the following members.
Fields
Name | Description | |
---|---|---|
![]() ![]() | ANSI_Page | Indicates AnsiPage. The RFA AnsiPage package can decode and encode AnsiPage, with
no required dictionary (a data format type). |
![]() ![]() | Buffer | Indicates a Buffer (a primitive type). |
![]() ![]() | Date | A 4 byte value that represents a Gregorian date (a primitive type). |
![]() ![]() | DateTime | An 8 byte combination of a Date and a Time (a primitive type). |
![]() ![]() | Double | An 8-byte value that has a range of -1.7e308 to +1.7e308 with an accuracy of 14 to 15 digits.
This value is compliant with the IEEE-754 standard (a primitive type). |
![]() ![]() | Enumeration | A 2-byte signed value that can be expanded to a language specific string in an EnumTable Dictionary (a primitive type). |
![]() ![]() | Float | A 4-byte value that has a range of -3.4e38 to +3.4e38 with an accuracy of 6 to 7 decimal digits.
This value is compliant with the IEEE-754 standard (a primitive type). |
![]() ![]() | Int | An 8-byte signed integer (a primitive type). |
![]() ![]() | NoDataBuffer | Indicates neither DataBuffer value nor DataBuffer type information is present. |
![]() ![]() | Opaque | Indicates a buffer is present and type should be agreed upon between Provider and Consumer (a data format type). |
![]() ![]() | QualityOfServiceInfo | Indicates Quality Of Service Info. If the contained Quality Of Service's
Timeliness is Delayed, a value will be provided in the range 0-65,535,000
milliseconds with the granularity of 1000 milliseconds.
If the contained Quality Of Service's Rate is TimeFiltered, then a value
will be provided in the range 0-65535 milliseconds. If the data is
TimeFiltered more then 65535 milliseconds, then it should be considered suspect (a primitive type). |
![]() ![]() | Real | An 8-byte precion value (up to 14 places after the decimal) for decimals; fractional or exponentials (a primitive type). |
![]() ![]() | RespStatus | Indicates a RespStatus (a primitive type). |
![]() ![]() | StringAscii | Indicates an 8-bit characters encoding using the Reuters Basic Character Set (RBCS).
The first 128 characters are equivalent to the ASCII character set (ANSI X3.4-1968) (a primitive type). |
![]() ![]() | StringRMTES | Indicates an encoding with the Reuters Multilingual Text Encoding Standard.
RMTES uses ISO 2022 escape sequences to select the character sets used.
RMTES provides support for the Reuters Basic Character Set, UTF-8, Japanese
Latin and Katakana (JIS C 6220 - 1969), Japanese Kanji (JIS X 0208 - 1990),
and Chinese National Standard (CNS 11643-1986). StringRMTES also supports
RREP sequences for character repetition and RHPA sequences for partial updates (a primitive type). |
![]() ![]() | StringUTF8 | Indicates a UTF-8 encoding of ISO 10646 (specified in section 3.9 of the Unicode 4.0
standard and IETF's RFC 3629) (a primitive type). |
![]() ![]() | Time | A 4 byte value that includes information for hours, minutes, seconds, and time zone (a primitive type). |
![]() ![]() | UInt | An 8-byte unsigned integer (a primitive type). |
![]() ![]() | UnknownDataBuffer | Indicates DataBuffer value is present but no DataBuffer type information is present. |
![]() ![]() | XML | Indicates XML (a data format type). |