Match

struct Match {
double sellPrice;
double matchedQuantity;
string sellDate;
}