pub struct AccountApiClient<C: Connect> { /* private fields */ }
Implementations§
Source§impl<C: Connect> AccountApiClient<C>
impl<C: Connect> AccountApiClient<C>
pub fn new(configuration: Rc<Configuration<C>>) -> AccountApiClient<C>
Trait Implementations§
Source§impl<C: Connect> AccountApi for AccountApiClient<C>
impl<C: Connect> AccountApi for AccountApiClient<C>
fn iserver_account_pnl_partitioned_get( &self, ) -> Box<dyn Future<Item = InlineResponse20016, Error = Error<Value>>>
fn iserver_account_post( &self, body: SetAccount, ) -> Box<dyn Future<Item = InlineResponse20011, Error = Error<Value>>>
fn iserver_accounts_get( &self, ) -> Box<dyn Future<Item = InlineResponse20021, Error = Error<Value>>>
fn portfolio_account_id_ledger_get( &self, account_id: &str, ) -> Box<dyn Future<Item = InlineResponse20033, Error = Error<Value>>>
fn portfolio_account_id_meta_get( &self, account_id: &str, ) -> Box<dyn Future<Item = Accounts, Error = Error<Value>>>
fn portfolio_account_id_summary_get( &self, account_id: &str, ) -> Box<dyn Future<Item = InlineResponse20034, Error = Error<Value>>>
fn portfolio_accounts_get( &self, ) -> Box<dyn Future<Item = Accounts, Error = Error<Value>>>
fn portfolio_subaccounts_get( &self, ) -> Box<dyn Future<Item = Account, Error = Error<Value>>>
Auto Trait Implementations§
impl<C> Freeze for AccountApiClient<C>
impl<C> !RefUnwindSafe for AccountApiClient<C>
impl<C> !Send for AccountApiClient<C>
impl<C> !Sync for AccountApiClient<C>
impl<C> Unpin for AccountApiClient<C>
impl<C> !UnwindSafe for AccountApiClient<C>
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