Hi,
I am new to betfair. I am using the exchange streaming api here https://docs.developer.betfair.com/d...nge+Stream+API.
It looks like there are two types of subscriptions:
(1) marketSubscription
(2) orderSubscription
I am trying to get realtime trade information for markets. It looks like (1) marketSubscription gives you odds/volume tuples e.g. the "trd" field of the initial image and the subsequent market change responses are of the form "trd": [[2.2, 200], [2.5, 100]]. However, this tells me only the aggregate traded at each level, not whether or not the 200 was one order or multiple trades. Moreover, the example listed could have been a market order for 300, which clears both price levels. Is there a way to get the individual trade information?
For (2) orderSubscription, it looks like that is only for my account not for all orders in the market. Ie, it only tells me if my resting orders were filled and how much was filled. Can you confirm if that understanding is correct?
I am new to betfair. I am using the exchange streaming api here https://docs.developer.betfair.com/d...nge+Stream+API.
It looks like there are two types of subscriptions:
(1) marketSubscription
(2) orderSubscription
I am trying to get realtime trade information for markets. It looks like (1) marketSubscription gives you odds/volume tuples e.g. the "trd" field of the initial image and the subsequent market change responses are of the form "trd": [[2.2, 200], [2.5, 100]]. However, this tells me only the aggregate traded at each level, not whether or not the 200 was one order or multiple trades. Moreover, the example listed could have been a market order for 300, which clears both price levels. Is there a way to get the individual trade information?
For (2) orderSubscription, it looks like that is only for my account not for all orders in the market. Ie, it only tells me if my resting orders were filled and how much was filled. Can you confirm if that understanding is correct?

