Title:
linux--Simple-stock-exchange-system Download
Description: 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
To Search:
File list (Check if you may need any files):
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