Struct ib::apis::PortfolioApiClient [−][src]
Implementations
impl<C: Connect> PortfolioApiClient<C>
[src]
pub fn new(configuration: Rc<Configuration<C>>) -> PortfolioApiClient<C>
[src]
Trait Implementations
impl<C: Connect> PortfolioApi for PortfolioApiClient<C>
[src]
fn portfolio_account_id_allocation_get(
&self,
account_id: &str
) -> Box<dyn Future<Item = Allocation, Error = Error<Value>>>
[src]
&self,
account_id: &str
) -> Box<dyn Future<Item = Allocation, Error = Error<Value>>>
fn portfolio_account_id_ledger_get(
&self,
account_id: &str
) -> Box<dyn Future<Item = InlineResponse20019, Error = Error<Value>>>
[src]
&self,
account_id: &str
) -> Box<dyn Future<Item = InlineResponse20019, Error = Error<Value>>>
fn portfolio_account_id_meta_get(
&self,
account_id: &str
) -> Box<dyn Future<Item = Accounts, Error = Error<Value>>>
[src]
&self,
account_id: &str
) -> Box<dyn Future<Item = Accounts, Error = Error<Value>>>
fn portfolio_account_id_position_conid_get(
&self,
account_id: &str,
conid: i32
) -> Box<dyn Future<Item = Position, Error = Error<Value>>>
[src]
&self,
account_id: &str,
conid: i32
) -> Box<dyn Future<Item = Position, Error = Error<Value>>>
fn portfolio_account_id_positions_invalidate_post(
&self,
account_id: &str
) -> Box<dyn Future<Item = Value, Error = Error<Value>>>
[src]
&self,
account_id: &str
) -> Box<dyn Future<Item = Value, Error = Error<Value>>>
fn portfolio_account_id_positions_page_id_get(
&self,
account_id: &str,
page_id: &str,
model: &str,
sort: &str,
direction: &str,
period: &str
) -> Box<dyn Future<Item = Position, Error = Error<Value>>>
[src]
&self,
account_id: &str,
page_id: &str,
model: &str,
sort: &str,
direction: &str,
period: &str
) -> Box<dyn Future<Item = Position, Error = Error<Value>>>
fn portfolio_account_id_summary_get(
&self,
account_id: &str
) -> Box<dyn Future<Item = InlineResponse20020, Error = Error<Value>>>
[src]
&self,
account_id: &str
) -> Box<dyn Future<Item = InlineResponse20020, Error = Error<Value>>>
fn portfolio_accounts_get(
&self
) -> Box<dyn Future<Item = Accounts, Error = Error<Value>>>
[src]
&self
) -> Box<dyn Future<Item = Accounts, Error = Error<Value>>>
fn portfolio_allocation_post(
&self,
body: Body6
) -> Box<dyn Future<Item = Allocation, Error = Error<Value>>>
[src]
&self,
body: Body6
) -> Box<dyn Future<Item = Allocation, Error = Error<Value>>>
fn portfolio_positions_conid_get(
&self,
conid: i32
) -> Box<dyn Future<Item = InlineResponse20018, Error = Error<Value>>>
[src]
&self,
conid: i32
) -> Box<dyn Future<Item = InlineResponse20018, Error = Error<Value>>>
fn portfolio_subaccounts_get(
&self
) -> Box<dyn Future<Item = Account, Error = Error<Value>>>
[src]
&self
) -> Box<dyn Future<Item = Account, Error = Error<Value>>>
Auto Trait Implementations
impl<C> !RefUnwindSafe for PortfolioApiClient<C>
[src]
impl<C> !Send for PortfolioApiClient<C>
[src]
impl<C> !Sync for PortfolioApiClient<C>
[src]
impl<C> Unpin for PortfolioApiClient<C>
[src]
impl<C> !UnwindSafe for PortfolioApiClient<C>
[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,