Add Initial commit
This commit is contained in:
15
CM2005 Object Oriented Programming/Topic 2/2.1.10/main.cpp
Normal file
15
CM2005 Object Oriented Programming/Topic 2/2.1.10/main.cpp
Normal file
@ -0,0 +1,15 @@
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
int main()
|
||||
{
|
||||
double price = 5319.450228;
|
||||
double amount = 0.00020075;
|
||||
|
||||
std::string timestamp{"2020/03/17 17:01:24.884492"};
|
||||
std::string product{"BTC/USDT"};
|
||||
std::string orderType{"bid"};
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user