question

Upvotes
Accepted
1 0 1 2

RFA.NET - RDMFieldDictionary. How do I get a list of all the definitions?

RFA.NET - RDMFieldDictionary. How do I get a list of all the definitions?

is it a case of iterating over all the possible fieldids using GetFidDef(fieldId), catching (and ignoring) exceptions from MinNegFieldId to MaxFieldId?
Is there a way to find the field defs that are market price specfic?

treprfarfa-apirdm
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Hello @richard.veitch,

Thank you for your participation in the forum.

Is the reply below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

-AHS

1 Answer

· Write an Answer
Upvotes
Accepted
22k 58 14 21

Hi @richard.veitch, You can an example of how field decoding is implemented in Examples\Common\Decoder.cs shipped with RFA .NET SDK.

There are no MarketPrice specific fields, and the fields you get in response message will depend on the instrument asset class and trading venue etc.

If you are interested in checking out which fields a particular instrument will provide, use the Data Model Discovery tool.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.