Hi,
I am currently learning the SDK, while trying to learn the ETA tutorial 4, I was wondering if there a way, when subscribing to market data for specific pairs, is it possible to get only specific fields (namely ASK, BID) ?
@Shuki
For ETA, please refer to the Consumer example regarding how to encode a view request message.
Hello @Shuki,
Yes, it is possible to request a limited set of the fields from the market data infrastructure. This feature is called View, and you can see the Example 360 on how to use it.