Safepine
Legal
Event
safepine_os
backtest
event_journal
struct
Event {
double
quantity
;
double
quantityRemaining
;
double
price
;
string
asset
;
string
date
;
uint
tradeID
;
Engine_t
status
;
Match
[]
sellMatches
;
this
(string asset_IN, double qty_IN, string date_IN, uint id_IN, Engine_t status_IN);
bool
IsOpen
();
bool
IsClosed
();
}
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
()
safepine_os
backtest
event_journal
classes
EventJournal
functions
EventLogger
EventToJSON
structs
Event
EventAnalytics
Match