Skip to content
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

Merged
merged 4 commits into from
May 9, 2023
Merged

Issues 23 #32

merged 4 commits into from
May 9, 2023

Conversation

hcisgood
Copy link
Contributor

#23

huangchun and others added 2 commits April 23, 2023 12:31
clients/td_client.py Outdated Show resolved Hide resolved
"Telephone": pInvestor.Telephone
}
response[Constant.QryInvestor] = qryInvestor
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

应该是response[Constant.Investor] = qryInvestor才对

"IsActive": pTradingCode.IsActive
}
response[Constant.QryTradingCode] = qryTradingCode
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

应该是response[Constant.TradingCode] = qryTradingCode

"ShortMarginRatioByVolume": pInstrumentMarginRate.ShortMarginRatioByVolume
}
response[Constant.QryInstrumentMarginRate] = qryInstrumentMarginRate
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

应该是response[Constant.InstrumentMarginRate] = ......

"OpenRatioByVolume": pInstrumentCommissionRate.OpenRatioByVolume
}
response[Constant.QryInstrumentCommissionRate] = qryInstrumentCommissionRate
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

应该是response[Constant.InstrumentComissionRate]

@DennisXie DennisXie merged commit 239340d into openctp:main May 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants