question

Upvotes
Accepted
1 0 0 0

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 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvotes
Accepted
13k 32 12 18

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 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea