This is a fictional Stock Trading API project.
A trade represents the Buying or Selling of a Stock. A trade includes the following properties:
- symbol (e.g. 'AAPL' for Apple)
- quantity
- side (buy or sell)
- price
- status (SUBMITTED, CANCELLED, COMPLETED, or FAILED)
./gradlew clean build
./gradlew bootRun
./gradlew asciidoc