Automated-Stock-Broker
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:ECE4574 Project 2
Description:
Automated stock broker library and example application


Authors:
Matt Green
Ridwan Syed
Sheikh Kamarah


Install Instructions:
In the root directory run:

qmake
make
sudo cp StockBroker/libStockBroker.so* /lib

After that you will be able to run the MarketSimulation program
in the MartketSimulation directory

======
Common terms used throughout the project and their meanings.
======
Buy Order: 
To place an order on the market to buy a stock.

Sell Order: 
To place an order on the market to sell a stock.

Stop Order(s): 
A stop order is an order to buy or sell a stock once the price of the stock reaches a certain price, referred to as the STOP PRICE.
A buy stop order is executed at the stop price or above the current market price.
A sell stop order is executed at the stop price below the current market price.


Limit Order(s): 
A limit order is an order to buy or sell a stock at a specific price or better.
A buy limit order can ONLY be executed at the limit price or lower.
A sell limit order can ONLY be executed at the limit price or higher.

=====
Sample Application
=====
Due to the nature of the library created in this project, you are free to create your own sample application to directly plug into the real market. We advise that you do not use this on a real portfolio due to any unforseen bugs. We are not liable for anything you do with this library.
=====




本源码包内暂不包含可直接显示的源代码文件,请下载源码包。