Skip to content

Commit 89196e3

Browse files
committed
Merge branch 'master' into feat_broker_hold
2 parents 671cd0b + 4570c4e commit 89196e3

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
## 3.3.4
2-
### `TradeClient.get_aggregate_assets`
3-
1+
## 3.3.4 (2025-04-09)
2+
### New
3+
- `TradeClient.get_aggregate_assets`
4+
### Mod
5+
- 选股器字段更新
46

57
## 3.3.3 (2025-03-05)
68
### New

tigeropen/common/consts/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ class SegmentType(Enum):
6666
ALL = 'ALL'
6767
SEC = 'SEC'
6868
FUT = 'FUT'
69+
FUND = 'FUND'
6970

7071

7172
@unique

tigeropen/trade/domain/prime_account.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@ def __init__(self):
129129
self.stock_market_value = float('inf')
130130
# 期权市值
131131
self.option_market_value = float('inf')
132-
# 期货市值
133-
self.futures_market_value = float('inf')
134132
# 可用剩余资产
135133
self.cash_available_for_trade = float('inf')
136134
# 可用现金值

0 commit comments

Comments
 (0)