// trade.cpp: implementation of the trade class. // ////////////////////////////////////////////////////////////////////// /*#include "systeminc/version.h" #include "trade.h" ////////////////////////////////////////////////////////////////////// // Construction/Destruction ////////////////////////////////////////////////////////////////////// trade::trade() { } trade::~trade() { } */