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
fromibkr_web_api.models.fyi_settings_typecode_post_requestimportFyiSettingsTypecodePostRequest# TODO update the JSON string belowjson="{}"# create an instance of FyiSettingsTypecodePostRequest from a JSON stringfyi_settings_typecode_post_request_instance=FyiSettingsTypecodePostRequest.from_json(json)
# print the JSON string representation of the objectprint(FyiSettingsTypecodePostRequest.to_json())
# convert the object into a dictfyi_settings_typecode_post_request_dict=fyi_settings_typecode_post_request_instance.to_dict()
# create an instance of FyiSettingsTypecodePostRequest from a dictfyi_settings_typecode_post_request_from_dict=FyiSettingsTypecodePostRequest.from_dict(fyi_settings_typecode_post_request_dict)