nt-streaming

Crates.iont-streaming
lib.rsnt-streaming
version1.0.0
created_at2025-11-13 19:03:57.637684+00
updated_at2025-11-13 19:03:57.637684+00
descriptionReal-time market data streaming for Neural Trader - WebSocket connections to exchanges
homepage
repositoryhttps://github.com/ruvnet/neural-trader
max_upload_size
id1931736
size41,211
rUv (ruvnet)

documentation

https://docs.rs/nt-streaming

README

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.

Commit count: 0

cargo fmt