listen to Trades

Options

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

Tagged:

Best Answer

  • zoya faberov
    zoya faberov ✭✭✭✭✭
    Answer ✓

    Hello @yakirhersko,

    Try MsgType = 14: Execution

    Something like:

    trdCache = new CacheControl();
    trdCache.CacheEvent += ExecCache_CacheEvent;
    if (!trdCache.Submit("Message", "(msgtype == 14)", ref errMsg))