pub struct TraderApi { /* private fields */ }Expand description
Aggregates all Trader API endpoint groups.
Implementations§
Source§impl TraderApi
impl TraderApi
pub fn new(client: SchwabClient) -> Self
pub fn client(&self) -> &SchwabClient
pub fn accounts(&self) -> AccountsApi<'_>
pub fn orders(&self) -> OrdersApi<'_>
pub fn transactions(&self) -> TransactionsApi<'_>
pub fn user(&self) -> UserApi<'_>
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for TraderApi
impl !UnwindSafe for TraderApi
impl Freeze for TraderApi
impl Send for TraderApi
impl Sync for TraderApi
impl Unpin for TraderApi
impl UnsafeUnpin for TraderApi
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more