Skip to content

Commit 61025c7

Browse files
committed
Update market_data.py with improved argument descriptions
1 parent 9543b49 commit 61025c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lmax_python_sdk/broker_market_data/market_data.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)