question

Upvotes
Accepted
5 0 0 3

How to achieve consumer application filtering the fields(BID, ASK etc) via Views?

consumer side filtering of fields via Views.

treprfarfa-api
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
4.4k 10 6 9

Do you mean, how to make a view request?

Consumer can make a view request by setting the ViewFlag of the ReqMsg‘s IndicationMask and encoding ViewType and ViewData element entries in an element list contained in the payload of the ReqMsg. The ViewFlag indicates that a View request exists within the request message, and that a View definition is in the payload.

For coding example, RFA has StarterConsumer_BatchView example (C++/.NET) and batchviewcons example (Java) which demonstrates how to send a request with view (and batch). You can find these example in RFA product package under example folder.

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