文件名称:linux--Simple-stock-exchange-system
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2014-09-16
- 文件大小:
- 74kb
- 下载次数:
- 0次
- 提 供 者:
- yua***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
一级投资人买入,二级投资人卖出。
一级投资人买入撮合规则:
将所有卖出该股票的二级投资人进行排序,排序规则是:
卖出价格优先,数量优先,时间优先,(即首先比价格,价格小的排在前面,价格相同的情况下,比数量,数量大的排前面;价格和数量均相同的情况下,比时间,时间早的排在前面)
一、二级投资人有自己单独的帐户
存储一级投资人的报价信息
存储二级投资人的报价信息
存储操作日志信息
-Primary investors buy, secondary investors sold.
Primary investors bought matching rules:
Will be ordered by all secondary investors to sell the stock, ordering rules are:
Selling price, quantity and time preference, (i.e. first than price, the price of small at the top, under the condition of the same price, than the number, the number of big front row, price and quantity are the same situation, than time, earlier at the top)
a, secondary investors have their own individual account
storage level quote information of investors
secondary storage quote information of investors
store operation log information
一级投资人买入撮合规则:
将所有卖出该股票的二级投资人进行排序,排序规则是:
卖出价格优先,数量优先,时间优先,(即首先比价格,价格小的排在前面,价格相同的情况下,比数量,数量大的排前面;价格和数量均相同的情况下,比时间,时间早的排在前面)
一、二级投资人有自己单独的帐户
存储一级投资人的报价信息
存储二级投资人的报价信息
存储操作日志信息
-Primary investors buy, secondary investors sold.
Primary investors bought matching rules:
Will be ordered by all secondary investors to sell the stock, ordering rules are:
Selling price, quantity and time preference, (i.e. first than price, the price of small at the top, under the condition of the same price, than the number, the number of big front row, price and quantity are the same situation, than time, earlier at the top)
a, secondary investors have their own individual account
storage level quote information of investors
secondary storage quote information of investors
store operation log information
(系统自动生成,下载前可以参看下载内容)
下载文件列表
rv1\Implementation\bin\FLcli
...\..............\...\psel
...\..............\...\SLcli2
...\..............\...\SLcli3
...\..............\BusinessLogic\ms.cpp
...\..............\CommunicationLayer\FLcli.cpp
...\..............\..................\psel.cpp
...\..............\..................\SLcli2.cpp
...\..............\..................\SLcli3.cpp
...\..............\include\bussinesslogic\bl.h
...\..............\.......\common\types.h
...\..............\makefile
...\..............\Test\1.sh
...\..............\....\1.sql
...\..............\....\2.sql
...\..............\....\3.1.sql
...\..............\....\Account.sql
...\..............\....\AccountAdmin.sql
...\..............\....\Administrator.sql
...\..............\....\Configure.sql
...\..............\....\DropAll.sql
...\..............\....\First_investor.sql
...\..............\....\InspectorAccount.sql
...\..............\....\Second_investor.sql
...\..............\....\Summery.sql
...\软件系统架构.docx
...\Implementation\include\bussinesslogic
...\..............\.......\common
...\..............\bin
...\..............\BusinessLogic
...\..............\CommunicationLayer
...\..............\include
...\..............\Test
...\Implementation
rv1