Skip to content

igorfstefanski/StockExchangeJava

Repository files navigation

Stock Exchange in Java

TITLE: STOCK EXCHANGE IN JAVA
AUTHOR: Igor Stefański
DATE: January 2021
DESCRIPTION:
Simple Stock Exchange in Java with randomly fluctuating prices.

The stock exchange operates continuously until it is stopped by the stock administrator's command. The stock exchange randomly changes the price of each share by a random value between 1-3 every 5 seconds. The share price cannot exceed $ 10,000 and cannot fall below $ 1.
User can place orders, which are checked after every price change and are executed automatically if the price is right.

Task was introduced on Java Fundamentals course
2020/2021 Academic Year
Technical University of Lodz, Computer Science

About

Simple Stock Exchange in Java with randomly fluctuating prices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages