更新日志
最新动态
新功能、改进和修复。
077
Feature2026年3月
Route management API
New REST endpoints for brokers to create, update, suspend, and reinstate client routes. Configure execution mode (DMA/RFQ), spread (bps), commission rates, and venue visibility per route. Changes take effect immediately via the sequencer.
076
Account & Ops2026年3月
Broker self-service onboarding
Brokers can now onboard clients end-to-end through the platform: invite clients via email, accept invites, create trading accounts with automatic beneficiary access, configure routes with spreads and commissions, and connect to venue trading sessions — all via the API without platform operator intervention.
075
Connectivity2026年3月
FIX 4.4 liquidity gateway
FIX protocol connectivity for institutional liquidity management platforms. Extends Virtex's venue connectivity to the broader FIX ecosystem.
074
Risk & Compliance2026年3月
OMS balance snapshots on demand
OMS can emit a full balance snapshot on demand for downstream consumers to hard-set their state. Clean reconciliation baseline.
073
Infrastructure2026年3月
v3 gateway adapter migration
Gateways dispatch typed v3 events directly to adapters instead of legacy FIX translation. Cleaner, faster, fewer moving parts.
072
Connectivity2026年3月
Zodia Markets gateway live
Custody and OTC venue gateway for institutional clients. Auth, order entry, and status tracking with Zodia Markets.
071
Account & Ops2026年3月
Broker onboarding workflow
Broker discovery, relationship request/accept/decline lifecycle, onboarding checklist with computed stages, and WebSocket push notifications.
070
Risk & Compliance2026年3月
Ledger reporting API
REST endpoints for querying ledger entries, transaction history, and balance movements.
069
Risk & Compliance2026年3月
Fee events in the ledger
FeeCharged events emitted on fills and projected into the ledger with correlation back to the original order.
068
Risk & Compliance2026年3月
Balance movement history API
Full audit trail of every deposit, withdrawal, fill, and fee that changed a balance. Queryable via API.
067
Infrastructure2026年2月
WebSocket reconnect state snapshots
On WebSocket login, the server sends a full state snapshot — open orders, positions, balances. Clients never miss anything during a disconnect.
066
Infrastructure2026年2月
Snowflake ID generation
All business IDs generated using a Snowflake-style generator. Deterministic, replay-safe, monotonically increasing.
065
Connectivity2026年2月
Banking rails integration
Virtual IBANs with webhook-based balance updates for fiat deposits and withdrawals. Supports GBP, EUR, and USD with automated treasury sweep functions.
064
Infrastructure2026年2月
Idempotent replay guards
Every projection handler is idempotent. Event stream replay doesn’t create duplicate database records.
063
Infrastructure2026年2月
Async projection writer
Database writes decoupled from the event stream reader. DB latency never blocks event processing.
062
Risk & Compliance2026年2月
Balance reconciliation engine
Internal balances reconciled against venue-reported balances on every gateway connect. Drift detection with auto-correction and alerting.
061
Client Layer2026年2月
White-label client experience
Client-facing portal branded as your own. Your logo, your domain, your client relationship — powered by Virtex infrastructure underneath.
060
Risk & Compliance2026年2月
Pre-trade balance checks enforced
OMS rejects orders when insufficient free balance. Funds locked on submission, unlocked on cancel or reject. No more over-trading.
059
Client Layer2026年1月
Interactive CLI (REPL) for trading
Terminal with tab completion: submit orders, cancel, deposit/withdraw, view positions, watch order flow, stream prices, run RFQs, manage accounts and venues. ANSI colour output.
058
Infrastructure2026年1月
MarketData Engine rewrite
Dedicated MarketData Engine with orchestrator managing transport lifecycle separately from data processing. Primitive-only event model — no object allocation on the hot path.
057
Infrastructure2026年1月
v3 event model rewrite
Complete rewrite using typed domain events, pure enum-based status codes, scaled-long arithmetic for prices/quantities, and zero-allocation hot path design.
056
Infrastructure2026年1月
Three-level reference data model
Asset → Instrument → Listing. Assets are the base (BTC, ETH). Instruments are tradeable pairs. Listings are venue-specific with lot/tick sizes.
055
Infrastructure2025年11月
Sequencer module for exactly-once processing
Strict ordering and deduplication of the business event stream. Ensures exactly-once processing semantics across all downstream consumers.
054
Infrastructure2025年9月
Runtime and framework upgrade to latest LTS
Running on the latest JDK LTS and Spring Boot with Jakarta namespace. Staying current.
053
Connectivity2025年8月
Gateway startup reconciliation
Gateways sync open orders and positions from venues on startup. Catches anything that happened while offline.
052
Infrastructure2025年8月
Venue API keys secured in AWS Secrets Manager
Venue credentials stored in AWS Secrets Manager with local file fallback for dev. Secrets never touch the event stream.
051
Infrastructure2025年7月
BBO order books for lightweight venues
Best-bid/offer top-of-book representation for venues where full depth isn’t needed. Lighter, faster.
050
Connectivity2025年6月
BTC Markets gateway and market data
Australian exchange gateway with commission tracking and liquidity indicator mapping. Full market data feeds.
049
Infrastructure2025年6月
Redis-backed market data pipeline
Python-based market data ingestors push to Redis, Java services consume. Allows non-Java feeds to participate in the market data pipeline.
048
Infrastructure2025年5月
WebSocket trading support
Full order entry and cancellation via WebSocket, in addition to REST. Lower latency for active traders.
047
Connectivity2025年5月
Bullish gateway and market data
WebSocket-based gateway with market data, order entry, and min/max order size enforcement from venue config.
046
Connectivity2025年5月
Phemex gateway live
REST-based gateway adapter for Phemex.
045
Connectivity2025年4月
Gemini gateway live
Full gateway adapter for Gemini with Auth0 integration.
044
Execution2025年4月
Post-only order support
Maker-only orders wired through the OMS to Binance and other venues that support participate-don’t-initiate execution.
043
Risk & Compliance2025年4月
Commission tracking per fill
Commissions captured per fill with currency and liquidity indicator (maker/taker). Stored in database and available via API.
042
Connectivity2025年3月
MEXC gateway and market data
Gateway with Protobuf wire protocol plus live market data from MEXC. Order entry, cancel, status, and streaming book data.
041
Execution2025年3月
Mass cancel for orders
Cancel all open orders for an account or a list of order IDs in a single command.
040
Infrastructure2025年3月
Machine-to-machine API users
Headless API access with M2M tokens for programmatic trading. No browser login needed.
039
Connectivity2025年2月
Binance Futures gateway
Perpetual futures trading on Binance with position mapping and settlement handling.
038
Connectivity2025年2月
Oanda FX gateway
FX price feed and gateway adapter for Oanda. Extends Virtex beyond crypto into traditional FX.
037
Risk & Compliance2025年2月
Ledger service live
Double-entry style ledger records created for every fill, fee, deposit, and withdrawal. Prime brokerage accounting from day one.
036
Infrastructure2025年1月
OpenAPI specification maintained
Auto-generated OpenAPI spec covering all REST endpoints. Bot and SDK clients generated directly from the spec.
035
Execution2025年1月
RFQ workflow live
Full request-for-quote lifecycle: client requests a quote, quoter streams live bid/ask with configurable BPS spread, client can hit or lift. Integrated into CLI and Telegram bot.
034
Infrastructure2025年1月
Role-based access control
Per-endpoint authorisation with roles: ADMIN, USER, QUOTE. Admin users see all accounts; regular users only see accounts they’ve been granted.
033
Infrastructure2025年1月
CQRS architecture formalised
API is a pure read-side projection. Commands go to the event queue, events are projected into Postgres for REST and WebSocket consumption. No business logic in the API layer.
032
Execution2024年12月
Force cancel for unresponsive venues
API endpoint and CLI command to force-cancel orders when venues are unresponsive. Ensures order state never gets stuck.
031
Execution2024年12月
Back-to-back broker order routing
Client orders automatically create a back-to-back order on the broker’s exchange account. Fills flow back through a three-level chain: client → broker → venue.
030
Execution2024年12月
Manual cross/fill support for OTC
OTC-style manual trade entry for off-venue crosses. Generates proper trade capture reports and position updates.
029
Connectivity2024年12月
Bybit gateway live
Spot trading on Bybit with multi-execution message support. Bybit sends multiple fills in a single message — handled correctly.
028
Infrastructure2024年11月
Queue-based config distribution
Reference data, accounts, gateways, and instruments distributed via event streams. All services read from the queue — no database dependency for hot-path config.
027
Infrastructure2024年11月
OAuth2/OIDC authentication
Secure authentication with Google, GitHub, and password login. JWT tokens with role-based authorities.
026
Execution2024年11月
Smart Order Router live
Aggressive orders routed to the venue with the best price across all connected exchanges. Configurable per client and per instrument.
025
Execution2024年10月
TWAP strategy engine
Time-weighted average price algo that slices parent orders across configurable intervals. Strategies survive restarts — state is persisted and resurrected on reboot.
024
Connectivity2024年10月
Binance live market data service
Dedicated Binance WebSocket service for real-time book and trade feeds, separate from the order gateway.
023
Risk & Compliance2024年10月
Lot and tick size enforcement
Orders validated and rounded to venue-specific lot sizes and tick sizes before submission. No more rejected orders from size mismatches.
022
Account & Ops2024年9月
Dynamic account creation on first login
New users get an account automatically on first JWT login. Accounts, entities, and gateway configs can be created at runtime.
021
Infrastructure2024年9月
API key authentication with HMAC
HMAC-based API key/secret pairs for programmatic access. Keys stored as salted hashes — never plaintext.
020
Connectivity2024年9月
Coinbase gateway live
Order entry, cancellation, position sync, and reject parsing on Coinbase.
019
Infrastructure2024年8月
Exchange simulator for onboarding and testing
Full-featured exchange simulator for client onboarding, sandbox testing, and development. Supports fills, rejects, positions, and WebSocket connectivity — no live venue needed.
018
Infrastructure2024年8月
WebSocket real-time streaming
Live order updates, position changes, market data quotes, and notifications streamed over WebSocket. Subscribers only receive events for their accounts.
017
Client Layer2024年7月
Telegram trading bot
Place orders, cancel, check positions, get price quotes, and run RFQs — all via Telegram. Live updates pushed over WebSocket.
016
Infrastructure2024年7月
REST API
Full API surface for orders, positions, trades, instruments, accounts, and users. Paged responses, validation, and auto-generated OpenAPI spec.
015
Client Layer2024年6月
Web trading UI live
React-based trading frontend with AG Grid tables, TradingView charts, order entry, positions, child orders, and transaction history. Real-time streaming via WebSocket.
014
Account & Ops2024年6月
Multi-entity, multi-account hierarchy
Entities (legal entities / firms) contain accounts. Accounts have counterparties, venues, and routing rules. Full CRUD via API.
013
Risk & Compliance2024年6月
Account-based position tracking
Positions tracked per account with locked and free breakdown. Updated on fills, deposits, withdrawals, and expired orders.
012
Execution2024年4月
Guaranteed cancel confirmation
Orders stay in pending-cancel state until the venue explicitly confirms. No optimistic cancellation that can desync state between Virtex and the exchange.
011
Infrastructure2024年3月
Distributed tracing with OpenTelemetry
Spans propagated across all services for end-to-end distributed tracing. See exactly where time is spent from order submission to venue fill.
010
Execution2024年3月
Limit, Market, and IOC order types
Full support for limit orders, market orders, and immediate-or-cancel with time-in-force handling.
009
Execution2024年2月
Parent/child order management
Client-facing parent orders automatically spawn venue-specific child orders. Fills, cancels, and status changes cascade correctly. Supports three-level chains for broker routing.
008
Infrastructure2023年12月
Instrument reference data from CCDATA
Assets, instruments, and venue-specific listings sourced from CCDATA. Full mapping between venue symbols and canonical symbols across the platform.
007
Connectivity2023年11月
Historical and live market data via Tardis
Stream historical and live order book data across all supported venues. Handles subscriptions, reconnection, and replay.
006
Connectivity2023年10月
Binance Spot gateway live
Full order lifecycle on Binance Spot — new orders, cancellations, WebSocket streaming for fills, and commission tracking. Native integration, no third-party dependencies.
005
Execution2023年10月
FIX 5.0 order protocol across the platform
All internal messages use FIX 5.0 semantics for consistency. NewOrderSingle, ExecutionReport, OrderCancelRequest — a standard protocol from order entry to venue.
004
Execution2023年10月
Deterministic sub-microsecond order processing
All order state transitions happen on a single thread with no locks. Guarantees deterministic replay and sub-microsecond processing latency.
003
Infrastructure2023年10月
Event-sourced order management system live
The entire order management system is built on an immutable event log. Every order, fill, cancel, and position change is recorded. The system can be fully replayed to reconstruct identical state.
002
Infrastructure2023年10月
Core platform deployed to dedicated infrastructure
Virtex runs on private server infrastructure from day one — no shared cloud tenancy. The base deployment pipeline, environment configuration, and CI/CD scaffolding are live.
001