A better Trader: Difference between revisions

From Bitpost wiki
No edit summary
No edit summary
Line 2: Line 2:


load from SQL tables into [[Major Objects]] (std::unordered_sets of PersistentIDObjects)
load from SQL tables into [[Major Objects]] (std::unordered_sets of PersistentIDObjects)
=== QUOTE EXTRACTION ===
    APIGetRunLive::handle_call()
        g_p_local->getRunLiveJSON()
            readRunQAB(s_str_db_name...)
            (SAME as readRunLive!!)
    APIGetRunHistory::handle_call()
        g_p_local->getRunHistoryJSON()
            readRunHistory
                readRunQAB

Revision as of 15:37, 18 June 2016

PSEUDO

load from SQL tables into Major Objects (std::unordered_sets of PersistentIDObjects)

QUOTE EXTRACTION

   APIGetRunLive::handle_call()
       g_p_local->getRunLiveJSON()
           readRunQAB(s_str_db_name...)
           (SAME as readRunLive!!)
   APIGetRunHistory::handle_call()
       g_p_local->getRunHistoryJSON()
           readRunHistory
               readRunQAB