
XTRD Community Product Update
We would like to share what was done on the technical side in the last several months.
Hardware and Point of Presence
As a relatively complex software/hardware project, we heavily invested our resources in building infrastructure — point of presence in NY4, network, and switches/servers. Right now XTRD is listed in the Equinix Marketplace so shortly clients will have an option to order our services within the NY4 datacenter, one of the biggest hubs in finance (more locations are coming in the nearest future).
Available cross-connectivity options will be 1/10 Gbps, for colocation we are happy to offer fully managed services for 1U, 2U, and 4U machines. We have ordered around $100,000 USD worth of equipment to be installed this month at NY4.
Software Components
Our engineering team also did not leave software components behind.
Our first product — FIX API is currently up and being heavily tested by several early adopters. Based on the standard FIX 4.4 specification, our gateway allows users to trade and receive market data from the following exchanges:
- CEX.IO
- Gemini
- Bitfinex
- HitBTC
- BitStamp
FIX Messaging
In terms of messaging, we are providing the “must have” set:
- NewOrderSingle(35=D)
- OrderCancelRequest(35=F)
- OrderCancelReplaceRequest(35=G)
- OrderStatusRequest(35=H)
- RequestForPositions(35=AN)
Using these messages, clients can easily integrate their crypto portfolios into existing OMSs (Order Entry Systems).
Right now the FIX gateway supports two orders types
- Limit(40=1)
- Market(40=2)
A full spec will be New messages and more advanced orders types will be added next month.
Market Data
Market data will be streamed using the combination of:
messages.
We know that many exchanges simply don’t have delta updates so our system will manage all books internally. So instead of receiving full book snapshots (what is super inefficient but kind of standard for crypto) clients will receive only actual changes. We’ve been in this business for a decade and know how to build reliable and efficient market data management systems.
The XTRD team will continue to publish regular technical updates to keep our community apprised of progress in product and expansion.