Function ib_client::apis::portfolio_api::portfolio_allocation_post[][src]

pub async fn portfolio_allocation_post(
    configuration: &Configuration,
    body: InlineObject8
) -> Result<Vec<Value>, Error<PortfolioAllocationPostError>>

Similar to /portfolio/{accountId}/allocation but returns a consolidated view of of all the accounts returned by /portfolio/accounts. /portfolio/accounts or /portfolio/subaccounts must be called prior to this endpoint.