Don't migrate commodity details from pricing entries
This commit is contained in:
parent
875c5366bb
commit
b1d6ea876c
1 changed files with 1 additions and 1 deletions
|
|
@ -316,7 +316,7 @@ optional<price_point_t> commodity_pool_t::parse_price_directive(char * line)
|
|||
|
||||
price_point_t point;
|
||||
point.when = datetime;
|
||||
point.price.parse(symbol_and_price);
|
||||
point.price.parse(symbol_and_price, PARSE_NO_MIGRATE);
|
||||
VERIFY(point.price.valid());
|
||||
|
||||
DEBUG("commodity.download", "Looking up symbol: " << symbol);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue