Market data belongs to the trader
When a trader connects their own venue account, their market data flows under their own entitlement. This is platform law at trdrs, not a per-venue detail:- a trader’s entitled data serves that trader alone;
- caches are scoped to the trader’s session;
- we never redistribute one trader’s feed to other users;
- no partner surface fans a trader’s entitled data out to the firm or to anyone else.
What the engine stores
- Order intent and outcome. The durable order ledger keeps what your integration sent and what the venue answered. The venue’s raw payload is stripped from every served row, so what you read back is the documented shape and nothing more.
- Executions and positions. The account surface serves what the connected venue reports.
Money fields the venue has not reported are
null, never an invented0. - Connect registrations. A registration holds the account number, venue login label, and the trader’s email. It never holds a password. The trader enters their own credential themselves, so there is no moment where the firm’s data path and the trader’s secret touch.
- Key hashes. We store a SHA-256 hash of each issued key, not the key. A read of our database cannot produce a working credential.