#websocket #finance-trading #real-time #streaming #trading

nt-streaming

Real-time market data streaming for Neural Trader - WebSocket connections to exchanges

1 stable release

1.0.0 Nov 13, 2025

#605 in Finance

MIT/Apache

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