Hi,
I try to figure out the way to listen to trades.
I should get the trade price, time, Quantity, side etc..
please advice,
Yakir
Hello @yakirhersko,
Try MsgType = 14: Execution
Something like:
trdCache = new CacheControl();trdCache.CacheEvent += ExecCache_CacheEvent;if (!trdCache.Submit("Message", "(msgtype == 14)", ref errMsg))