ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Attributes | List of all members
ore_import_plan Struct Reference

Complete, ready-to-execute import plan produced by ore_import_planner. More...

#include <ore_import_plan.hpp>

Collaboration diagram for ore_import_plan:
Collaboration graph

Public Attributes

std::vector< refdata::domain::currencycurrencies
 Currencies to save (filtered by import_choices::currency_mode).
 
std::vector< refdata::domain::portfolioportfolios
 Portfolios to save (in dependency order — parents before children).
 
std::vector< refdata::domain::bookbooks
 Books to save.
 
std::vector< xml::trade_import_itemtrades
 Trades to save, each paired with its raw ORE counterparty name.
 

Detailed Description

Complete, ready-to-execute import plan produced by ore_import_planner.

All entities carry assigned UUIDs and fully stamped fields. The wizard sends each vector in one batch save request.