v0.8.0

18. August 2022

Feature updates

(1) Extend execution support

RFQ execution support is extended to include orders for Kraken, Binance, Hyphe and Tradias

(2) Workspace settings redesign

  • The apps execution, price stream and customer settings are moved to the workspace settings.

(3) New execution endpoint

The new endpoint POST /executions is added to create executions via REST API

The endpoint GET /executions supports filter-attributes: state, created_at_from, created_at_to, customer_id and client_ref

(4) Extend price stream routes dialog

Add book quantities for price stream routes which are used in Trading Portal

(5) Customer management

A customer now holds more information about its creation- and update-date, type, record_title, and accounts

The app’s customers table now shows a column name instead of three separate for first_name, last_name & company

(6) Result attributes for executions

Finished executions hold information about their result: amount, price and volume

(7) Menu

The right side menu now has the capability to always show venues and customers.

The right side menu shows price stream routes on RFQ and treasury routes on treasury.

(8) RFQ: Execution dialog

The app’s execution table and execution details dialog have been update to show additional information.

Bug fixes & improvements

  • transaction fees of an exchange are now properly reported through the venue endpoint
  • quotes now support larger quantities than available in current book
  • added exchange_name, base_asset and quote_asset to the fills of executions endpoint
  • the price stream listener now supports liquidity books
  • made orders more robust against recoverable sanitization errors
  • added created_by and updated_by to executions holding the email of the corresponding user
  • requests for an unknown but valid id for customers, executions and venues now correctly produce a “Not Found”-result instead of a “Bad Request”-result
  • fixed bug with precisions of Tradias
  • fixed wrong toms serviceAccount IAM connection
  • fixed issue with bots not sendig notifications
  • fixed issues with order creations and updates on Binance
  • fixed retention of top of book
  • hedgeType is now named executionType
  • transaction fee object attribute is now named network instead of fees
  • the app’s price stream dialog is updated regarding the handling of valid hops
  • the apps’s RFQ screen hast been updated to work with the new executions parameters/object
  • sorting by date for various tables is working again
  • price stream routes are differentiated into LINEARand COMMON_QUOTE