Skip to content

Commit f838f6b

Browse files
committed
modify contract fund field
1 parent 4c3d197 commit f838f6b

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
`QuoteClient.get_fund_history_quote` 基金历史行情
77
`QuoteClient.get_fund_contracts` 基金合约
88
- 订单数据推送中新增字段 `totalCashAmount`, `filledCashAmount`
9+
- PushClient 可自定义心跳回调方法
910

1011
## 3.0.6 (2023-07-31)
1112
### Modify

tigeropen/trade/domain/contract.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,6 @@ def __init__(self, symbol=None, currency=None, contract_id=None, sec_type=None,
8888
self.discounted_time_zone_code = kwargs.get('discounted_time_zone_code')
8989
self.discounted_start_at = kwargs.get('discounted_start_at')
9090
self.discounted_end_at = kwargs.get('discounted_end_at')
91-
# Funds contract fields
92-
self.company_name = kwargs.get('company_name', None)
93-
self.sub_type = kwargs.get('sub_type', None)
94-
self.dividend_type = kwargs.get('dividend_type', None)
95-
self.tiger_vault = kwargs.get('tiger_vault', None)
9691

9792
@property
9893
def right(self):

0 commit comments

Comments
 (0)