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

pub async fn portfolio_positions_conid_get(
    configuration: &Configuration,
    conid: i32
) -> Result<InlineResponse20031, Error<PortfolioPositionsConidGetError>>

Returns an object of all positions matching the conid for all the selected accounts. For portfolio models the conid could be in more than one model, returning an array with the name of the model it belongs to. /portfolio/accounts or /portfolio/subaccounts must be called prior to this endpoint.