Release Notes and Updates
find-icon cancel-icon
All Products
All Products
Data
Connectivity
Aggregated Data Service
Fundamentals
dxPrice
IV
Market data API
WebSocket
Java API
C and .NET APIs
Webservice

tech-icon

Java API

dxFeed/QDS 3.200 released

dxFeed/QDS 3.200 has been released to public. Available at: /downloads/api/java/latest-release/ Build 3.200 introduces a number of changes since the last public build 3.154, including implementation of new transaction mechanism for historical snapshots and book delivery, a lot of changes in RMI and order source support for blended full order depth order books. Summary of changes in … More

tech-icon

Java API

dxFeed/QDS 3.154 released

Important bugfix: [QD-593] dxFeed API: getLastEventPromise(..).cancel() does not work

tech-icon

Java API

dxFeed/QDS 3.153 released

dxFeed/QDS 3.153 has been released to public. Available at: /dxfeed-apis/ Changes since last public release were introduced in three releases: 3.151 which is a major release focused on infrastructure, performance and onDemand historical data services integration and 3.152, 3.153 which are focused on dxFeed API extensions. Notable changes are: – migration to Java 7 – revised dxlib library … More

tech-icon

Java API

dxFeed/QDS API 3.135 released

dxFeed/QDS 3.135 has been released to public. Available at: /downloads/api/java/latest-release/   This release sums up a number of internal releases since last public release 3.123 and features lots of internal changes and changes around tools and monitoring capabilities on the server side. Notable changes to client-side API are: – Misc improvements to Promise – Convenient API … More

tech-icon

Java API

dxFeed/QDS API 3.123 released

dxFeed/QDS 3.123 has been released to public. Available at: /downloads/api/java/latest-release/ Important changes since 3.121 are: dxFeed API: Option series and chains API Efficient OrderBookModel has been implemented in dxFeed API to simplify handling of big order books (Full Order Depth, e.g. Nasdaq TotalView) IPF: New transform language functions for date calculations dxFeed API: Notification about changes … More

tech-icon

Java API

dxFeed/QDS API 3.121 released

dxFeed/QDS 3.121 has been released to public. Available at: /downloads/api/java/latest-release/ Important changes since 3.110 are: Support for dynamic filters dxFeed API: Greeks and other theoretical option values dxFeed API: Add TheoPrice record and mapping Introduction of  dxFeed JavaScript/WebSockets API Introduction of  dxFeed JavaScript UI API for quote tables dxFeed API: singleton DXFeed and DXPublisher instances with autoconfiguration … More

tech-icon

Java API

dxFeed/QDS API 3.110 released

QDS/dxFeed API 3.110 has incorporated 82 changes since previous public release 3.102. Important changes to dxFeed API since 3.102 are: Added isSpreadLeg and isExtendedTradingHours flags to TimeAndSale event. Added price type flags to Summary record. Wildcard subscription to events com.dxfeed.api.osub.WildcardSymbol class is introduced to represent “wildcard” subscription symbol. All event types support wildcard subscription with … More

tech-icon

Java API

dxFeed/QDS API 3.100 released

DXFeed API: Update to version 3.1xx with support for Candles and time series INCOMPATIBLE CHANGES: DXFeed.createConnectedFeed method is removed. Use DXEndpoint to create connection. See DXFeed class javadoc for details. “com.dxfeed.api.event” package is renamed to “com.dxfeed.event.market”. Package contents did not change (the same Quote, Trade, TimeAndSale, etc classes are there) DXFeedSubscriptionChangeListener is moved to another package and … More

tech-icon

Java API

dxFeed/QDS API 3.085 released

dxFeed API changes * BUG FIX: Potential reordering of events when multi-threaded executor is used * Introduce DXEndpoint class for managing of DXFeed (connect/disconnect/close). DXFeed.createConnectedFeed(…) is now deprecated. Use DXEndpoint.create().connect(…).getFeed() instead. * Introduce DXPublisher to publish events. * New fields added into Profile event: “StatusReason”, “HaltStartTime”, “HaltEndTime”. * Schedule API: add more methods for searching. * … More