Commit Graph

74 Commits

Author SHA1 Message Date
Lev
3d16f30b27 Add Initial commit 2021-06-11 14:40:18 -05:00
Lev
8792d8e51d Update changed enterAsk text 2021-06-11 14:24:50 -05:00
Lev
463a50b106 Update changed user input method on main menu 2021-06-11 14:23:35 -05:00
Lev
3932996f5d Update try catch for enterAsk user input 2021-06-11 14:17:03 -05:00
Lev
271cac348b Add Initial commit 2021-06-11 14:12:57 -05:00
Lev
eb61d51464 Update used the new stringsToOBE to parse user input 2021-06-11 14:00:10 -05:00
Lev
f00082fdac Update implemented new version of stringsToOBE 2021-06-11 13:54:42 -05:00
Lev
e4df71bcce Update changed order of parameters 2021-06-11 13:47:18 -05:00
Lev
b672af9b4f Add second version of stringsToOBE that takes separate strings 2021-06-11 13:45:12 -05:00
Lev
3c3e82d22d Update made tokenise public 2021-06-11 13:39:36 -05:00
Lev
577a42d8db Add Initial commit 2021-06-11 13:38:51 -05:00
Lev
995fedcbd3 Update capture user ask input 2021-06-11 13:32:18 -05:00
Lev
d4753c3634 Update changed enterOffer to enterAsk 2021-06-11 13:03:52 -05:00
Lev
8d8b9766e7 Add implemented new OrderBook statistical functions 2021-05-27 01:27:36 -05:00
Lev
2aa60d7c4c Add vectors and memory 2021-05-26 17:02:26 -05:00
Lev
b7a78c7621 Add changed PrintStats in MerkelMain to use currentTime 2021-05-26 13:04:54 -05:00
Lev
90560b7ae8 Add implemented getNextTime in OrderBook 2021-05-26 12:51:48 -05:00
Lev
2e3bc459ce Add implemented earliest time and called it from MerkelMain 2021-05-26 11:30:43 -05:00
Lev
37df788f86 Add implemented getHigh and getLow 2021-05-26 02:48:08 -05:00
Lev
646a27d6c2 Add implemented getrders in OrderBook 2021-05-26 01:37:40 -05:00
Lev
e212127cd3 Add implemented and used getKnownProducts from MerkelMain 2021-05-26 01:16:37 -05:00
Lev
25e93995b9 Add incorporated OrderBook into MerkelMain 2021-05-26 00:48:12 -05:00
Lev
796ac93fa7 Add basic implementation of OrderBook.cpp and constructor 2021-05-26 00:40:54 -05:00
Lev
f5afe1866a Add created new OrderBook class and its functions 2021-05-26 00:15:06 -05:00
Lev
8eab127c8b Add static vs non-static | non-stateful vs stateful 2021-05-24 21:00:30 -05:00
Lev
a7d5e99475 Edit cleaned up code 2021-05-24 14:35:12 -05:00
Lev
725c540a48 Add changed the main.cpp and the Merkel.cpp to finilize integration 2021-05-24 14:23:59 -05:00
Lev
5b2607113a Add implemented the CSVReader functions 2021-05-24 13:55:30 -05:00
Lev
d04d687ac8 Add implemented the CSVReader.cpp and added a function to OBE.cpp 2021-05-24 10:42:35 -05:00
Lev
e4d035740e Add CSVReader.cpp and dummy functions. Compiled successfully 2021-05-24 10:19:56 -05:00
Lev
d7eb70f18f Add created and set up the CSVReader.h file 2021-05-24 09:54:46 -05:00
Lev
f812c0e244 Add used try catch to handle the exception 2021-05-23 00:08:33 -05:00
Lev
10bebe8f00 Add used try catch for handling eceptions 2021-05-22 23:45:53 -05:00
Lev
9fd2b3e5d2 Add placed the tokens in an array and printed them 2021-05-22 23:19:55 -05:00
Lev
8927ae5f70 Add read all lines from csv file 2021-05-22 23:09:34 -05:00
Lev
6aaf928af3 Add opened csv text file with fstream member 2021-05-22 22:43:45 -05:00
Lev
b05970c50f Add used the tokenise function on string objects 2021-05-22 22:36:00 -05:00
Lev
cd40b60b38 Add implemented a tokenizer function 2021-05-22 19:12:20 -05:00
Lev
c1521602d0 Add organized the vector into header and implementation files 2021-05-22 00:45:33 -05:00
Lev
e764de4c10 Add no changed were required since the last changes were made 2021-05-22 00:31:09 -05:00
Lev
99f483085e Add created loadOrders function and #pragma once to avoid multiple inclusions 2021-05-22 00:14:28 -05:00
Lev
1a7fc3b2d7 Add placed functions in private space 2021-05-21 23:48:15 -05:00
Lev
4be6e913cb Add implemented the MerkelMain into the main.cpp 2021-05-21 23:38:08 -05:00
Lev
c7cdffc9ee Add separating Merkel into header and cpp 2021-05-21 23:15:27 -05:00
Lev
3747f8c6b5 Add included the header file to the main file and both cpp files 2021-05-20 20:53:04 -05:00
Lev
8c9b2943cb Add using a header and cpp file 2021-05-20 19:57:37 -05:00
Lev
6e4465a384 Add classes and data, vectors 2021-05-20 16:30:26 -05:00
Lev
b21f8456b1 Add Using a class constructor separate from the declaration and a function 2021-05-20 16:17:12 -05:00
Lev
45289c7037 Add iterating over a vector of objects 2021-05-20 15:59:38 -05:00
Lev
598fdc39ff Update passing the values straight to the constructor 2021-05-20 15:24:07 -05:00