Feature/schwab login fixes#27
Open
come150 wants to merge 7 commits into
Open
Conversation
- 实现 ISchwabBrokerService 接口 - 支持账户信息查询 - 支持持仓信息获取 - 支持股票实时报价(单个和批量) - 支持完整期权链数据获取 - Call/Put 期权 - 希腊字母(Delta, Gamma, Theta, Vega, Rho) - 隐含波动率 - 未平仓合约和成交量 - 支持交易功能(下单、查询、取消) - 支持市场状态查询 - OAuth 2.0 认证实现 - 完整的单元测试套件 - 详细的集成文档和使用示例
| Clear-Host | ||
|
|
||
| Write-Host "╔" -NoNewline | ||
| Write-Host ("═" * 78) -NoNewline |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
完成嘉信的登陆和账户显示,并且增加如何加入这个账户说明