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.iserver_secdef_search_post200_response_innerimportIserverSecdefSearchPost200ResponseInner# TODO update the JSON string belowjson="{}"# create an instance of IserverSecdefSearchPost200ResponseInner from a JSON stringiserver_secdef_search_post200_response_inner_instance=IserverSecdefSearchPost200ResponseInner.from_json(json)
# print the JSON string representation of the objectprint(IserverSecdefSearchPost200ResponseInner.to_json())
# convert the object into a dictiserver_secdef_search_post200_response_inner_dict=iserver_secdef_search_post200_response_inner_instance.to_dict()
# create an instance of IserverSecdefSearchPost200ResponseInner from a dictiserver_secdef_search_post200_response_inner_from_dict=IserverSecdefSearchPost200ResponseInner.from_dict(iserver_secdef_search_post200_response_inner_dict)