GetRecords: market not ready

Author: The little donkey, Created: 2020-10-14 10:27:40, Updated:

simnow simulated commodity futures

while(true){  
Sleep(7900); 
Log(exchange.GetAccount());    
var ticker = exchange.GetTicker()
var records = exchange.GetRecords()
Log(ticker)
Log(records)

GetAccount账户信息能拿到 但是ticker、records 拿不到

They kneel and ask for help.


More

The grassIt needs to be operated during trading hours.

The grassThis is the same time as the real futures exchange.

The little donkeyThe simnow simulation is easy to tell.