I do simple function:
function main() {
debugPrintln(getMostRecentBidSize());
}
and it prints -1 all the time during $playback of YM #F tick file.
Any idea why?
function main() {
debugPrintln(getMostRecentBidSize());
}
and it prints -1 all the time during $playback of YM #F tick file.
Any idea why?
Comment