Вот так надо:
auto it = q.getItem<qlua::alltrade>("all_trades", 0);
q.message("Price " + std::to_string(it.price));
auto it = q.getItem<qlua::alltrade>("all_trades", 0);
q.message("Price " + std::to_string(it.price));
LUA C++
LUA C++
Читают тему
|