File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
lmax_python_sdk/broker_market_data Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,9 +59,9 @@ def historic_closing_prices(
5959 This endpoint belongs to the "Query" rate limiting category and requires "Account Information" scope.
6060
6161 Args:
62- - instrument_id (str): _description_
63- - start_date (typing.Optional[str], optional): _description_ . Defaults to None.
64- - end_date (typing.Optional[str], optional): _description_ . Defaults to None.
62+ - instrument_id (str): Instrument identifier
63+ - start_date (typing.Optional[str], Data in the format "YYYY-MM-DD", optional . Defaults to None.
64+ - end_date (typing.Optional[str], optional): Data in the format "YYYY-MM-DD", optional . Defaults to None.
6565
6666 Returns:
6767 - typing.Dict[str, typing.Any]: The response from the LMAX API
You can’t perform that action at this time.
0 commit comments