Delta initializer-list constructor will assume ADD action.
This commit is contained in:
parent
fb50bc88f6
commit
a3c1dc09dd
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ namespace DMBCS { namespace Market_Data_Api
|
||||||
/** Has the company recently entered the market, or left it? Or
|
/** Has the company recently entered the market, or left it? Or
|
||||||
* perhaps this is a sideways movement: change of name, symbol
|
* perhaps this is a sideways movement: change of name, symbol
|
||||||
* and/or market of a market component already being tracked. */
|
* 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. */
|
/** Get a list of market changes since \a last_time. */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue