-
Notifications
You must be signed in to change notification settings - Fork 95
/
Copy pathblog-20150303.html
92 lines (82 loc) · 3.71 KB
/
blog-20150303.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="utf-8" />
<title>2015/3/3 项目开发日志</title>
<link rel="stylesheet" href="/theme/css/main.css" />
<!--[if IE]>
<script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body id="index" class="home">
<header id="banner" class="body">
<h1><a href="/">vn.py </a></h1>
<nav><ul>
<li><a href="/category/jiao-cheng.html">教程</a></li>
<li class="active"><a href="/category/ri-zhi.html">日志</a></li>
</ul></nav>
</header><!-- /#banner -->
<section id="content" class="body">
<article>
<header>
<h1 class="entry-title">
<a href="/blog-20150303.html" rel="bookmark"
title="Permalink to 2015/3/3 项目开发日志">2015/3/3 项目开发日志</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2015-03-03T18:16:45+08:00">
Published: 周二 03 三月 2015
</abbr>
<address class="vcard author">
By <a class="url fn" href="/author/yong-pythonde-jiao-yi-yuan.html">用Python的交易员</a>
</address>
<p>In <a href="/category/ri-zhi.html">日志</a>.</p>
</footer><!-- /.post-info --> <h2>目前项目状态</h2>
<p>目前完成:<br />
1. 华宝证券的LTS API的Python封装,发布在vn.lts文件夹下<br />
2. 事件驱动引擎,发布在vn.event文件夹下 </p>
<h3>vn.lts</h3>
<p>ltsapi:华宝证券官方的LTS C++ API<br />
pyscript:用于自动生成重复度较高的封装代码的Python脚本<br />
vnltsmd:行情API的封装源代码和测试脚本<br />
vnltstd:交易API的封装源代码和测试脚本 </p>
<h3>vn.event</h3>
<p>eventType:定义事件类型常量<br />
eventEngine:包含事件驱动引擎实现 </p>
<h2>下一步计划</h2>
<ol>
<li>API封装、编译、使用方面的教程</li>
<li>事件驱动引擎原理、使用方面的教程</li>
<li>基于API和引擎开发的LTS交易客户平台(因为华宝没有提供官方的LTS交易软件,目前的两个实现分别是基于C++的尔易终端和基于.COM封装的盈佳终端)</li>
<li>策略引擎接口</li>
</ol>
<h2>联系作者</h2>
<p>作者知乎名:用Python的交易员,想要联系作者可以通过知乎私信。</p>
<hr />
</div><!-- /.entry-content -->
</article>
</section>
<section id="extras" class="body">
<div class="blogroll">
<h2>blogroll</h2>
<ul>
<li><a href="http://python.org/">Python.org</a></li>
</ul>
</div><!-- /.blogroll -->
<div class="social">
<h2>social</h2>
<ul>
<li><a href="http://www.zhihu.com/people/traderusingpython">作者知乎</a></li>
<li><a href="http://github.com/vnpy/vnpy">Github</a></li>
</ul>
</div><!-- /.social -->
</section><!-- /#extras -->
<footer id="contentinfo" class="body">
<address id="about" class="vcard body">
Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
</address><!-- /#about -->
<p>The theme is by <a href="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p>
</footer><!-- /#contentinfo -->
</body>
</html>