Skip to content

Commit 3178115

Browse files
committed
Merge branch 'feature_industry' into 'dev'
modify comment See merge request !54
2 parents 1514b9e + f1c591a commit 3178115

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

tigeropen/examples/trade_client_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
import logging
88
import traceback
99

10-
from tigeropen.common.consts import Currency, SecurityType
1110
from tigeropen.trade.domain.order import OrderStatus
1211
from tigeropen.trade.request.model import AccountsParams
1312
from tigeropen.common.response import TigerResponse
1413
from tigeropen.tiger_open_client import TigerOpenClient
1514
from tigeropen.trade.trade_client import TradeClient
1615
from tigeropen.quote.request import OpenApiRequest
1716
from tigeropen.examples.client_config import get_client_config
17+
# from tigeropen.common.consts import Currency, SecurityType
1818
# from tigeropen.common.util.contract_utils import stock_contract, option_contract_by_symbol, future_contract, \
1919
# war_contract_by_symbol, iopt_contract_by_symbol
2020
from tigeropen.common.util.order_utils import limit_order, limit_order_with_legs, order_leg

tigeropen/fundamental/response/industry_response.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# -*- coding: utf-8 -*-
22

3-
import pandas as pd
4-
import six
5-
from tigeropen.common.consts import Market
63
from tigeropen.common.util.string_utils import get_string
74
from tigeropen.common.response import TigerResponse
85

0 commit comments

Comments
 (0)