elelel / qluacpp

C++ interface for Quik trading terminal via lua bindings
48 stars 26 forks source link

field "class_code" to "code" #18

Closed QApplication closed 5 years ago

QApplication commented 5 years ago

Добрый день.

В QUIK 8.0.4.4 изменилось поле таблицы Классы

// classes "Классы"
namespace qlua {
  namespace table {
    LUACPP_STATIC_TABLE_BEGIN(classes)
    LUACPP_TABLE_FIELD(firmid, std::string) // Идентификатор фирмы 
    LUACPP_TABLE_FIELD(name, std::string) // Название класса 
    LUACPP_TABLE_FIELD(code, std::string) // Код класса class_code          change field "class_code" to "code"
    LUACPP_TABLE_FIELD(npars, unsigned int) // Количество параметров в классе 
    LUACPP_TABLE_FIELD(nsecs, unsigned int) // Количество бумаг в классе
    LUACPP_STATIC_TABLE_END()
  }
}
LUACPP_STATIC_TABLE_TYPE_POLICY(::qlua::table::classes)
elelel commented 5 years ago

Спасибо, исправил 32e120d3fd36dfc3d6a9ef6ccf8db995bf7818f1