We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1da7043 commit 34a1ea9Copy full SHA for 34a1ea9
1 file changed
alpaca/data/historical/option.py
@@ -139,10 +139,10 @@ def get_option_latest_trade(
139
"""Retrieves the latest trade for an option symbol or list of option symbols.
140
141
Args:
142
- request_params (OptionLatestQuoteRequest): The request object for retrieving the latest quote data.
+ request_params (OptionLatestTradeRequest): The request object for retrieving the latest trade data.
143
144
Returns:
145
- Union[Dict[str, Quote], RawData]: The latest quote in raw or wrapped format
+ Union[Dict[str, Trade], RawData]: The latest trade in raw or wrapped format
146
"""
147
raw_latest_trades = self._get_marketdata(
148
path=f"/options/trades/latest",
0 commit comments