question

Upvotes
Accepted
5 1 2 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 512.0 KiB each and 1.0 MiB total.

Monitored by @Warat B.

1 Answer

· Write an 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 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.