ATS
An algorithmic trading system completely written in C++
|
Class representing a trade executed on an exchange. More...
#include <Trade.h>
Public Member Functions | |
Trade (long id_, double price_, double quantity_, double quoteQty_, long time_, bool isBuyerMaker_, bool isBestMatch_) | |
Constructor for Trade class. More... | |
Class representing a trade executed on an exchange.
ats::Trade::Trade | ( | long | id_, |
double | price_, | ||
double | quantity_, | ||
double | quoteQty_, | ||
long | time_, | ||
bool | isBuyerMaker_, | ||
bool | isBestMatch_ | ||
) |