-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues 23 #32
Issues 23 #32
Conversation
clients/td_client.py
Outdated
"Telephone": pInvestor.Telephone | ||
} | ||
response[Constant.QryInvestor] = qryInvestor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
应该是response[Constant.Investor] = qryInvestor才对
clients/td_client.py
Outdated
"IsActive": pTradingCode.IsActive | ||
} | ||
response[Constant.QryTradingCode] = qryTradingCode |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
应该是response[Constant.TradingCode] = qryTradingCode
clients/td_client.py
Outdated
"ShortMarginRatioByVolume": pInstrumentMarginRate.ShortMarginRatioByVolume | ||
} | ||
response[Constant.QryInstrumentMarginRate] = qryInstrumentMarginRate |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
应该是response[Constant.InstrumentMarginRate] = ......
clients/td_client.py
Outdated
"OpenRatioByVolume": pInstrumentCommissionRate.OpenRatioByVolume | ||
} | ||
response[Constant.QryInstrumentCommissionRate] = qryInstrumentCommissionRate |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
应该是response[Constant.InstrumentComissionRate]
#23