schwab_api 0.0.4

An unofficial rust library for Schwab API
Documentation
1
2
3
4
5
6
7
8
9
10
//! Structs and utilities for handling [`crate::api::trader`] data.

pub mod account_number;
pub mod accounts;
pub mod order;
pub mod order_request;
pub mod preview_order;
pub mod service_error;
pub mod transactions;
pub mod user_preference;