The most recent content from our members.
Hi Dev Team, We have enum value encoded as #FE# in DISPLAY column up/down arrows, which in unicode would mean "þ" and that's what we can observe through EMA lib, however if we connect to ads with websockets, we actually see different value of "⇩" which is also something that could be expected logically. Why is that, and…
I'm using RTSDK EMA C++ library to post data to the RCC. For ENUM type FIDs I call the FieldList::addEnum method which takes a short int as the value. To get the int value from an ENUM string I preprocess the data with a Python program that converts enumtype.def into a nested dictionary structure that can be used to lookup…
Hello, We are using RFA8.1 C++ Api to consume Level2 data using Market By Order(MBO) domain. We observed that sometimes we receive price updates (Add, update instructions) with field 6516 set to 3("X"). Does it indicate that this price will cause a crossing (Top of Bid greater than top of Ask) in level2 order book? A link…
How can we convert an enum (like currency) to a string (like "USD")? OmmEnum.enumValue() gives the int value, and OmmEnumImpl.toString() just gives the integer as a string. How can we obtain the enum text representation?
The current situation that i am trying to test: Windows sink+ windows client works. (compiled by me) on same machine using ip Windows sink + Linux client (in eclipse project based on 110 with minor modifications - same code as on windows ) OmmConsumer…
I got Field like this: , FieldEntry fid="15" name="CURRENCY" dataType="Enum" value="978" and I need to convert 978 to some currency ISO code, where I can look up a dictionary ?
I'm using ETA C API in Linux. Is there a way to get a description of enumerated fields using the API ? For example, the following lines were taken from enumtype.def file that came in the SDK. Is there a way to get the description in column 3 (MEANING) or something similar using the ETA API ? ! ! ACRONYM FID ! ------- --- !…
JSFC got the error "The enumerated value of FID 825 cannot be expandedcannot be expanded"
Can you please explain structure for RDMFieldDictionary and enumtype.def files? and data types related to it.Is "enumtype.def" it specific to each Symbols?
The API indicates that value values for the ProviderType are enum (WATCHLIST, PASSPORT_CHECK) and for CaseEntityType are enum (INDIVIDUAL, ORGANISATION, VESSEL, UNKNOWN). The YAML generated Java code creates a ProviderType.java class with the values of "WATCHLIST" and "PASSPORT_CHECK" and a CaseEntityType.java with values…
It looks like you're new here. Sign in or register to get started.