Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.5 KB

File metadata and controls

31 lines (22 loc) · 1.5 KB

IserverAccountAccountIdOrderWhatifPost200ResponseEquity

Properties

Name Type Description Notes
current str [optional]
change str [optional]
after str [optional]

Example

from ibkr_web_api.models.iserver_account_account_id_order_whatif_post200_response_equity import IserverAccountAccountIdOrderWhatifPost200ResponseEquity

# TODO update the JSON string below
json = "{}"
# create an instance of IserverAccountAccountIdOrderWhatifPost200ResponseEquity from a JSON string
iserver_account_account_id_order_whatif_post200_response_equity_instance = IserverAccountAccountIdOrderWhatifPost200ResponseEquity.from_json(json)
# print the JSON string representation of the object
print(IserverAccountAccountIdOrderWhatifPost200ResponseEquity.to_json())

# convert the object into a dict
iserver_account_account_id_order_whatif_post200_response_equity_dict = iserver_account_account_id_order_whatif_post200_response_equity_instance.to_dict()
# create an instance of IserverAccountAccountIdOrderWhatifPost200ResponseEquity from a dict
iserver_account_account_id_order_whatif_post200_response_equity_from_dict = IserverAccountAccountIdOrderWhatifPost200ResponseEquity.from_dict(iserver_account_account_id_order_whatif_post200_response_equity_dict)

[Back to Model list] [Back to API list] [Back to README]