elelel / qluacpp

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

Lower abstraction cost on Lua structures read #1

Closed elelel closed 7 years ago

elelel commented 7 years ago

Replace reading structs with fine-grained accessors that read structure fields on demand

elelel commented 7 years ago

Solved with rewrite