Untitled

 avatar
unknown
plain_text
2 years ago
199 B
8
Indexable
local count = getNumberOf('futures_client_holding')
for i = 0, count - 1 do
    local position = getItem('futures_client_holding', i)

    message(position.sec_code .. ' = ' .. position.totalnet)
end
Editor is loading...