nt-streaming 1.0.0

Real-time market data streaming for Neural Trader - WebSocket connections to exchanges
Documentation
  • Coverage
  • 0%
    0 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 40.7 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 995.02 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 1m 5s Average build duration of successful builds.
  • all releases: 1m 5s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ruvnet

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.