Crate brokerage_api

Crate brokerage_api 

Source
Expand description

A Rust library for interacting with the Schwab API.

This crate provides a convenient way to authenticate with the Schwab API and access various market data endpoints.

§Modules

  • schwab: Contains modules for Schwab API authentication and market data access.
  • util: Provides utility functions used across the library.

Re-exports§

pub use schwab::schwab_api::SchwabApi;
pub use schwab::schwab_auth::SchwabAuth;
pub use schwab::schwab_streamer::SchwabStreamer;

Modules§

schwab
Provides modules for interacting with the Schwab API, including authentication and market data. This module provides functionalities for interacting with the Schwab API.
util