Event

struct Event {
double quantity;
double quantityRemaining;
double price;
string asset;
string date;
uint tradeID;
Engine_t status;
Match[] sellMatches;
}

Constructors

this
this(string asset_IN, double qty_IN, string date_IN, uint id_IN, Engine_t status_IN)

Members

Functions

IsClosed
bool IsClosed()
IsOpen
bool IsOpen()