Skip to content

Commit 66845fe

Browse files
committed
mod changelog
1 parent 62b802a commit 66845fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 3.4.1 (2025-06-25)
1+
## 3.4.1 (2025-06-26)
22
### New
33
- `QuoteClient.get_option_timeline` 期权分时接口
44
- Contract 添加属性 `support_fractional_share`

tigeropen/quote/quote_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ def get_option_depth(self, identifiers, market: Market = Market.US, timezone=Non
938938
else:
939939
raise ApiException(response.code, response.message)
940940

941-
def get_option_timeline(self, identifiers, market: Market, begin_time, timezone=None):
941+
def get_option_timeline(self, identifiers, market: Market, begin_time=None, timezone=None):
942942
params = OptionContractsParams()
943943
contracts = []
944944
for identifier in identifiers:

0 commit comments

Comments
 (0)