RFA .NET
Definition of the type and length information that should be used with a field.
The RDMFidDef..::..MarketFeedTypeEnum type exposes the following members.
Fields
Name | Description | |
---|---|---|
![]() ![]() | ALPHANUMERIC | The length quoted for any given Alphanumeric field is the maximum
length of the string that could be present for that field. |
![]() ![]() | BINARY | 8-bit binary codes for each character in the field. |
![]() ![]() | DATE | In 11-character format: DD MM YYYY. |
![]() ![]() | ENUMERATED | An Enumerated field has a fixed list of contents within a defined
numeric range. |
![]() ![]() | INTEGER | Integer fields have an optional minus character and may contain
ASCII characters 0 - 9. |
![]() ![]() | LONG_ALPHANUMERIC | A synonym for Alphanumeric, except that it is typically assigned a
greater length. |
![]() ![]() | NONE | Identify the type which is not in the MarketFeed format. |
![]() ![]() | NUMERIC | NUMERIC type. |
![]() ![]() | OPAQUE | OPAQUE type. |
![]() ![]() | PRICE | A Price field may contain integer, decimal, fractional or percentage
values, with an optional leading plus or minus character. |
![]() ![]() | TIME | In 5-character 24-hour format: hh:mm. |
![]() ![]() | TIME_SECONDS | In 8-character 24-hour format: hh:mm:ss. |