1 stable release
| 1.0.0 | Nov 13, 2025 |
|---|
#605 in Finance
78KB
1K
SLoC
nt-streaming
Real-time market data streaming for Neural Trader. Provides WebSocket connections to market data providers.
Features
- Real-time market data streaming
- WebSocket connection management
- Multiple data source support
- Automatic reconnection
Usage
use nt_streaming::StreamingClient;
let client = StreamingClient::new(config);
client.subscribe(vec!["AAPL", "GOOGL"]).await?;
License
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Dependencies
~11–15MB
~257K SLoC