Delta initializer-list constructor will assume ADD action.

This commit is contained in:
Dale Mellor 2020-03-18 12:45:54 +00:00
commit a3c1dc09dd

View file

@ -98,7 +98,7 @@ namespace DMBCS { namespace Market_Data_Api
/** Has the company recently entered the market, or left it? Or
* perhaps this is a sideways movement: change of name, symbol
* and/or market of a market component already being tracked. */
enum {ADD, REMOVE, SIDEWAYS} action;
enum {ADD, REMOVE, SIDEWAYS} action {ADD};
};
/** Get a list of market changes since \a last_time. */