Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 402 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 402 Bytes

Flower-Exchange

This is a basic trading application using C++

  • Input Rose,Lavender,Lotus,Tulip,Orchid as valid instruments for trade in CSV format.

  • Input Quantities as multiples of 10 and Prices as you wish.

  • Generate Execution Reports to see how your trades processed!

    Process statuses:

    • New Order -> 0
    • Rejected Order -> 1
    • Filled Order -> 2
    • Partially Filled Order -> 3