You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How many sub-accounts are returned for the page requested. A max of 20 per page.
[optional]
page_nume
float
Current page number.
[optional]
Example
fromibkr_web_api.models.portfolio_subaccounts2_get200_response_metadataimportPortfolioSubaccounts2Get200ResponseMetadata# TODO update the JSON string belowjson="{}"# create an instance of PortfolioSubaccounts2Get200ResponseMetadata from a JSON stringportfolio_subaccounts2_get200_response_metadata_instance=PortfolioSubaccounts2Get200ResponseMetadata.from_json(json)
# print the JSON string representation of the objectprint(PortfolioSubaccounts2Get200ResponseMetadata.to_json())
# convert the object into a dictportfolio_subaccounts2_get200_response_metadata_dict=portfolio_subaccounts2_get200_response_metadata_instance.to_dict()
# create an instance of PortfolioSubaccounts2Get200ResponseMetadata from a dictportfolio_subaccounts2_get200_response_metadata_from_dict=PortfolioSubaccounts2Get200ResponseMetadata.from_dict(portfolio_subaccounts2_get200_response_metadata_dict)