Super simple stock market application.
- JDK 1.8
- Maven 3
##Get
git clone https://github.com/vezhlys/SuperSimpleStockMarket.git
##Run Change directory
cd SuperSimpleStockMarket
Run from command line:
mvn install exec:java
##Usage
- help or h - show the help.
- trade or t - record a trade. format: trade <buy|sell> . example: trade TEA buy 3 2.50
- show or s - show stock market status (All Share index, all stock tickers with current prices).
- quit or q - quit application.