Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.48 KB

File metadata and controls

31 lines (22 loc) · 1.48 KB

IserverScannerParamsGet200ResponseInstrumentListInner

Properties

Name Type Description Notes
display_name str [optional]
type str [optional]
filters List[str] [optional]

Example

from ibkr_web_api.models.iserver_scanner_params_get200_response_instrument_list_inner import IserverScannerParamsGet200ResponseInstrumentListInner

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

# convert the object into a dict
iserver_scanner_params_get200_response_instrument_list_inner_dict = iserver_scanner_params_get200_response_instrument_list_inner_instance.to_dict()
# create an instance of IserverScannerParamsGet200ResponseInstrumentListInner from a dict
iserver_scanner_params_get200_response_instrument_list_inner_from_dict = IserverScannerParamsGet200ResponseInstrumentListInner.from_dict(iserver_scanner_params_get200_response_instrument_list_inner_dict)

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