Zero Hash Release Notes
Then following new features are currently in the Certification environment and are being released to Production on Wednesday, April 1st 2020.
Web API Updates
We have corrected an API field type inconsistency. Specifically, the obligations_outstanding_timestamp
and current_obligations_met_timestamp
fields have been corrected to align with our /trades
API suite. Previously it was being sent out as a string.
Seed Digital Commodities Market (SCXM) Release Notes
Then following new features are currently in the Certification environment and are being released to Production on Wednesday, April 1st 2020.
Web API Updates
We have made various performance upgrades and improvements to our web API trade path.
Further, to align our FIX and Web API standards, we have made several minor updates:
connectionCompID
anddeskAccountCode
have been removed from theorderCancelReject
response message sent over WebSocket. Note:tradingAccountCode
still remains, and as a reminder, your desk code is the first 9 characters of yourtradingAccountCode
.- In response to submitting a cancel on an order multiple times, the
orderCancelReject
message sent over WebSocket will now include arejReason
value ofToo late to cancel
, whereas previously it wasUnknown order
. - In response to submitting submitting a duplicate
client_order_id
, theorderCancelReject
message sent over WebSocket will now includerejReason
ofDuplicate Client Order ID
, whereas previously it wasDuplicate ClOrdID received
. Further, we have added atext
field in the response which will include the stringDuplicate order
. original_order_id
has been removed from the OrderCancelReplace HTTP response.
You can find a complete list of Order Cancel Reject reasons in our API.
SeedTrade Updates
All order traffic from FIX, web, or GUI will now be shown via the SeedTrade application. Users can therefore now utilize the GUI to monitor & interact with their FIX traffic.