Java API
Changes in CandleSymbol class in dxFeed API
When subscribing to FOREX candles using a dxFeed API, you need to specify attributes explicitly: {price=bid}, {price=ask} or {price=mark} for the bid price, ask price and mark price candles correspondingly.
The dxFeed API now has a temporary solution that allows to skip attributes and still receive bid price candles in this case. This temporary solution will be disabled and attributes for FOREX candles will be required.