Release Notes

June 2017 - UAT Environment

Date Type Component Release Note

06/30/2017

Improvements

Autospreader

Autospreader now supports working spread orders while the market state transitions from Pre-Open to Open on CME. Autospreader will queue any change for the quoting orders during the "No Cancel" period. As soon as the market transitions to Open, the last request will be sent.

06/30/2017

Improvements

Autospreader

In an effort to enhance the performance of our automated tools, we have optimized the Autospreader code to achieve ~18% reduction in latency during heavy load. This will benefit all TT Pro users as well as our customers utilizing TT Reserved and TT Prime.

06/23/2017

Improvements

FIX Services

The FIX Drop Copy service will now default to always forward Autospreader (ASE) and TT Order type parent execution reports.

Customers who do not wish to receive these new fill messages should add the following rule to their Drop Copy FIX Profiles.

Rule type: MESSAGE
Action: Custom
Message: ExecutionReport

-- Custom code --
SenderSubID = GetField(50)
SecurityExchange = GetField(207)

If SecurityExchange == "ASE" OR SenderSubID == "algoserver_exec" then
return MESSAGE_DROP
end

return MESSAGE_PASS

06/16/2017

Improvements

FIX Services

Added ClearingAccountOverride <16999> as an optional tag in New Order Single <D>, Order Cancel/Replace <G> and ExecutionReport <8> messages.

When 16999 is present on a new or cancel/replace order message, TT will ignore any clearing account overide configured in TT Setup and substitute the value supplied on the order message from FIX Adapter on the message sent to the exchange.

16999 will be echoed back on ExecutionReports whenever a clearing account override is supplied on either the FIX NewOrderSingle message <OR> if configured in Setup.

06/16/2017

Improvements

Autospreader

In an effort to enhance the performance of our automated tools, we have optimized the order change messages to achieve a ~10% reduction in latency. This will benefit all TT Pro users as well as our customers utilizing TT Reserved and TT Prime.

06/15/2017

Improvements

Market Data

An improved framework for supporting high availability of price feeds has rolled out, and while initially it will only be enabled for select markets, it will be made available on all markets over the course of the next several months.

06/15/2017

Improvements

Setup App

Improved multi-region support for the user setup application has been released to enhance redundancy & reliability for users both viewing data and making updates.

06/15/2017

Improvements

Market Grid

You can now define the color of label rows in Market Grid!

06/15/2017

Improvements

Setup App

Added the ability for administrators to control which IP addresses can be used to access TT. Within the setup application, admins can create one or more IP range filters that apply company-wide and/or per specific user. This allows a company to, for example, limit usage of the TT platform outside of the corporate office.

06/15/2017

Improvements

General

In an effort to bring more clarity and transparency to the health of the TT Platform, we added a “Session Status” component that will show you the status and details of your connection and alert you if we encounter any issues that may impact your trading. You can access this component at any time by clicking the green/yellow/red dot in the title bar at the top right. We will also show these details anytime an issue arises. We take stability very seriously and want to provide complete transparency in real time so you are always in control.

06/15/2017

Improvements

Order Entry

Added a Reset icon button to the Order Ticket, located next to the Text Tag icon that restores the ticket to your default values.

06/06/2017

Improvements

General

Added new filterable columns for "P/C" and "Strike" to the Order Book, Fills widget and Audit Trail to better manage orders and fills on options contracts.

06/06/2017

Improvements

Order Book

Added the ability to filter on TIF (Time-In-Force), TextA, TextB and O/C (Open/Close) in the Order Book, Fills widget and Audit Trail, and filter on P/A (Passive/Aggressive) in the Fills widget and Audit Trail.

06/01/2017

Improvements

MD Trader

Added the ability to edit the free-form text tags (Text A, B & TT) on the MD Trader order control panel.