Ask HN: My software has moved trillions of dollars. AMA
It's a software library that facilitates trades between counterparties, a.k.a. the Financial Information eXchange protocol. My journey from building a hardware accelerated HFT system to pivoting to high-level Typescript. Ask me anything if you're curious.
28 comments
[ 3.2 ms ] story [ 50.4 ms ] threadWhich is exactly my point. You need extensive domain expertise and reading then implementing FIX specs. That is most definitely not a characteristic of "open source" endeavors.
edit: wait, is this it? https://fixparser.dev/what-is-fix
Basically, the process involves connecting and handshaking through a series of messages, which results in an active FIX session. Once the session is established, you can send bidirectional messages, such as requesting a market data snapshot to receive prices, submitting a new order, or anything in between.
Because surely fibre optics beats microwave on speed?
Based on my perhaps limited experience, I would have never thought that any VM based language would be accepted for production use. Could you explain how and where your software is being used in the banking world.
But there are exceptions, FIXParser was used to create the actual, real, over-the-wire FIX message to trade a trillion dollars in a couple of minutes by a large financial institution. And this is just one example I heard directly from the people involved. The library does not have any metrics/analytics so I can't actually know how much it's been used in the industry.