René's URL Explorer Experiment


Title: openquant2014引用QuantBox.APIProvider和XAPI3的CSharp版本新手指南 · Issue #4 · QuantBox/QuantBox.APIProvider · GitHub

Open Graph Title: openquant2014引用QuantBox.APIProvider和XAPI3的CSharp版本新手指南 · Issue #4 · QuantBox/QuantBox.APIProvider

X Title: openquant2014引用QuantBox.APIProvider和XAPI3的CSharp版本新手指南 · Issue #4 · QuantBox/QuantBox.APIProvider

Description: 经过请教伍侃老师,终于弄清楚怎么引用新版XAPI3和APIProvider,写在这里作为记录,也指导一下新手吧。 1、在sfit下载最新版ctp_api V6.6.1_P1_20210407_tradeapi http://www.sfit.com.cn/DocumentDown/api_3/5_2_2/v6.6.1_P1_tradeapi.zip 2、压缩包内的win64目录下各种c++源文件覆盖XAPI3/include/CTP_SE/目录下的同名文件。 3、压缩包...

Open Graph Description: 经过请教伍侃老师,终于弄清楚怎么引用新版XAPI3和APIProvider,写在这里作为记录,也指导一下新手吧。 1、在sfit下载最新版ctp_api V6.6.1_P1_20210407_tradeapi http://www.sfit.com.cn/DocumentDown/api_3/5_2_2/v6.6.1_P1_tradeapi.zip 2、压缩包内的win64目录下各种c++源...

X Description: 经过请教伍侃老师,终于弄清楚怎么引用新版XAPI3和APIProvider,写在这里作为记录,也指导一下新手吧。 1、在sfit下载最新版ctp_api V6.6.1_P1_20210407_tradeapi http://www.sfit.com.cn/DocumentDown/api_3/5_2_2/v6.6.1_P1_tradeapi.zip 2、压缩包内的win64目录下各种c++源...

Opengraph URL: https://github.com/QuantBox/QuantBox.APIProvider/issues/4

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"openquant2014引用QuantBox.APIProvider和XAPI3的CSharp版本新手指南","articleBody":"经过请教伍侃老师,终于弄清楚怎么引用新版XAPI3和APIProvider,写在这里作为记录,也指导一下新手吧。\r\n\r\n1、在sfit下载最新版ctp_api    \r\nV6.6.1_P1_20210407_tradeapi\r\nhttp://www.sfit.com.cn/DocumentDown/api_3/5_2_2/v6.6.1_P1_tradeapi.zip\r\n\r\n2、压缩包内的win64目录下各种c++源文件覆盖XAPI3/include/CTP_SE/目录下的同名文件。\r\n3、压缩包内的dl和lib复制到XAPI3/include/CTP_SE/win64目录\r\n4、设置Release64模式编译,把编译后的CTP_SE_Quote_x64.dll和CTP_SE_Trade_x64.dll以及压缩包内的thostmduserapi_se.dll、thosttraderapi_se.dll放到D:\\XAPI\\CTP_SE(该目录可以自定义)\r\n5、用X64模式编译XAPI_CSharp、QuantBox.APIProvider、QuantBox.Extension,把三个编译后的dll放到openquant2014安装目录。\r\n6、编辑“C:\\Users\\xxx\\AppData\\Roaming\\SmartQuant Ltd\\OpenQuant 2014\\config\\configuration.xml”文件,在相关地方加入\r\n```\r\n\u003cProvider\u003e\r\n      \u003cTypeName\u003eQuantBox.APIProvider.ProviderHost, QuantBox.APIProvider\u003c/TypeName\u003e\r\n      \u003cId\u003e0\u003c/Id\u003e\r\n      \u003cX64\u003etrue\u003c/X64\u003e\r\n    \u003c/Provider\u003e\r\n```\r\n\r\n7、启动运行oq2014,会自动在C:\\Users\\xxx\\AppData\\Roaming\\SmartQuant Ltd\\OpenQuant 2014\\config\\目录下创建**API_Host.json**文件,编辑该文件,内容为:\r\n```\r\n[\r\n  {\r\n    \"Id\": 55,\r\n    \"Name\": \"simnow\"\r\n  }\r\n]\r\n```\r\n\r\n8、重新启动oq2014,会自动创建目录C:\\Users\\xxx\\AppData\\Roaming\\SmartQuant Ltd\\OpenQuant 2014\\config\\simnow,在该目录下会自动新建4个文件,其中三个文件需要手工修改,分别是:\r\n**ApiList.json**:\r\n```\r\n[\r\n  {\r\n    \"DllPath\": \"d:\\\\XAPI\\\\CTP_SE\\\\CTP_SE_Quote_x64.dll\",\r\n    \"TypeName\": \"XAPI.Callback.XApi, XAPI_CSharp\",\r\n    \"Name\": \"CTP_SE\",\r\n    \"Version\": \"0.4.0.20190417\",\r\n    \"User\": 0,\r\n    \"Server\": 0,\r\n    \"LogPrefix\": null,\r\n    \"Type\": 10,\r\n    \"UseType\": 10\r\n  },\r\n  {\r\n    \"DllPath\": \"d:\\\\XAPI\\\\CTP_SE\\\\CTP_SE_Trade_x64.dll\",\r\n    \"TypeName\": \"XAPI.Callback.XApi, XAPI_CSharp\",\r\n    \"Name\": \"CTP_SE\",\r\n    \"Version\": \"0.4.0.20190418\",\r\n    \"User\": 0,\r\n    \"Server\": 1,\r\n    \"LogPrefix\": null,\r\n    \"Type\": 97,\r\n    \"UseType\": 97\r\n  }\r\n]\r\n```\r\n**ServerList.json**:\r\n```\r\n[\r\n  {\r\n    \"Label\": \"simnow_m\",\r\n    \"Path\": \"d:\\\\XAPI\\\\CTP_SE\\\\server_m.json\"\r\n  },\r\n  {\r\n    \"Label\": \"simnow_t\",\r\n    \"Path\": \"d:\\\\XAPI\\\\CTP_SE\\\\server_t.json\"\r\n  }\r\n]\r\n```\r\n**UserList.json**:\r\n```\r\n[\r\n  {\r\n    \"Label\": \"111111\",\r\n    \"Path\": \"d:\\\\XAPI\\\\CTP_SE\\\\user.json\"\r\n  }\r\n]\r\n```\r\n9、改好以上三个文件后,重新启动oq2014,会在D:\\XAPI\\CTP_SE目录自动创建三个文件,根据自己的实际情况填写文件内容。即可正常使用插件。\r\n","author":{"url":"https://github.com/zhuce2022","@type":"Person","name":"zhuce2022"},"datePublished":"2021-09-30T07:25:35.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/4/QuantBox.APIProvider/issues/4"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:a1addeb0-6d72-3760-19c3-6dc9976eaea4
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idA248:1EBE8D:26F2843:33B1D9D:696F0639
html-safe-nonceace9a50236353127e568a47ced3ae442e0ece488c17195baa56900fe277d424b
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBMjQ4OjFFQkU4RDoyNkYyODQzOjMzQjFEOUQ6Njk2RjA2MzkiLCJ2aXNpdG9yX2lkIjoiNzc4NDQ0NzcwODI5MzQzMjg4OSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac98a5cc2705a093bd54568fca849a6b99c061f91ccb33cc41bbaa7f96453489a0
hovercard-subject-tagissue:1011816626
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/QuantBox/QuantBox.APIProvider/4/issue_layout
twitter:imagehttps://opengraph.githubassets.com/53f956d58cff1f0dc2fd922d21d6a22665dbb748d0ce8284ac1e740448f87420/QuantBox/QuantBox.APIProvider/issues/4
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/53f956d58cff1f0dc2fd922d21d6a22665dbb748d0ce8284ac1e740448f87420/QuantBox/QuantBox.APIProvider/issues/4
og:image:alt经过请教伍侃老师,终于弄清楚怎么引用新版XAPI3和APIProvider,写在这里作为记录,也指导一下新手吧。 1、在sfit下载最新版ctp_api V6.6.1_P1_20210407_tradeapi http://www.sfit.com.cn/DocumentDown/api_3/5_2_2/v6.6.1_P1_tradeapi.zip 2、压缩包内的win64目录下各种c++源...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamezhuce2022
hostnamegithub.com
expected-hostnamegithub.com
Noneb278ad162d35332b6de714dfb005de04386c4d92df6475522bef910f491a35ee
turbo-cache-controlno-preview
go-importgithub.com/QuantBox/QuantBox.APIProvider git https://github.com/QuantBox/QuantBox.APIProvider.git
octolytics-dimension-user_id2044025
octolytics-dimension-user_loginQuantBox
octolytics-dimension-repository_id61220739
octolytics-dimension-repository_nwoQuantBox/QuantBox.APIProvider
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id61220739
octolytics-dimension-repository_network_root_nwoQuantBox/QuantBox.APIProvider
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release39aed5006635ab6f45e6b77d23e73b08a00272a3
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/QuantBox/QuantBox.APIProvider/issues/4#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FQuantBox%2FQuantBox.APIProvider%2Fissues%2F4
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FQuantBox%2FQuantBox.APIProvider%2Fissues%2F4
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=QuantBox%2FQuantBox.APIProvider
Reloadhttps://patch-diff.githubusercontent.com/QuantBox/QuantBox.APIProvider/issues/4
Reloadhttps://patch-diff.githubusercontent.com/QuantBox/QuantBox.APIProvider/issues/4
Reloadhttps://patch-diff.githubusercontent.com/QuantBox/QuantBox.APIProvider/issues/4
QuantBox https://patch-diff.githubusercontent.com/QuantBox
QuantBox.APIProviderhttps://patch-diff.githubusercontent.com/QuantBox/QuantBox.APIProvider
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FQuantBox%2FQuantBox.APIProvider
Fork 18 https://patch-diff.githubusercontent.com/login?return_to=%2FQuantBox%2FQuantBox.APIProvider
Star 18 https://patch-diff.githubusercontent.com/login?return_to=%2FQuantBox%2FQuantBox.APIProvider
Code https://patch-diff.githubusercontent.com/QuantBox/QuantBox.APIProvider
Issues 1 https://patch-diff.githubusercontent.com/QuantBox/QuantBox.APIProvider/issues
Pull requests 1 https://patch-diff.githubusercontent.com/QuantBox/QuantBox.APIProvider/pulls
Actions https://patch-diff.githubusercontent.com/QuantBox/QuantBox.APIProvider/actions
Projects 0 https://patch-diff.githubusercontent.com/QuantBox/QuantBox.APIProvider/projects
Security Uh oh! There was an error while loading. Please reload this page. https://patch-diff.githubusercontent.com/QuantBox/QuantBox.APIProvider/security
Please reload this pagehttps://patch-diff.githubusercontent.com/QuantBox/QuantBox.APIProvider/issues/4
Insights https://patch-diff.githubusercontent.com/QuantBox/QuantBox.APIProvider/pulse
Code https://patch-diff.githubusercontent.com/QuantBox/QuantBox.APIProvider
Issues https://patch-diff.githubusercontent.com/QuantBox/QuantBox.APIProvider/issues
Pull requests https://patch-diff.githubusercontent.com/QuantBox/QuantBox.APIProvider/pulls
Actions https://patch-diff.githubusercontent.com/QuantBox/QuantBox.APIProvider/actions
Projects https://patch-diff.githubusercontent.com/QuantBox/QuantBox.APIProvider/projects
Security https://patch-diff.githubusercontent.com/QuantBox/QuantBox.APIProvider/security
Insights https://patch-diff.githubusercontent.com/QuantBox/QuantBox.APIProvider/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/QuantBox/QuantBox.APIProvider/issues/4
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/QuantBox/QuantBox.APIProvider/issues/4
openquant2014引用QuantBox.APIProvider和XAPI3的CSharp版本新手指南https://patch-diff.githubusercontent.com/QuantBox/QuantBox.APIProvider/issues/4#top
https://github.com/zhuce2022
https://github.com/zhuce2022
zhuce2022https://github.com/zhuce2022
on Sep 30, 2021https://github.com/QuantBox/QuantBox.APIProvider/issues/4#issue-1011816626
http://www.sfit.com.cn/DocumentDown/api_3/5_2_2/v6.6.1_P1_tradeapi.ziphttp://www.sfit.com.cn/DocumentDown/api_3/5_2_2/v6.6.1_P1_tradeapi.zip
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.