question

Upvotes
Accepted
16 0 0 4

listen to Trades

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

c#redi-apitrade
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvotes
Accepted
23k 22 9 14

Hello @yakirhersko,

Try MsgType = 14: Execution

Something like:

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

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea