Lets say the book for an instrument is
3(10) 4(10) 5(10) - 8(10) 9(10) 10(10)
If I buy 20 @ 9 I should get the following fills
8 @ 10
9 @ 10
On the website I can see these individual matches, but is their a way to get them via the api-ng?
I know I can use listCurrentOrders and use getAveragePriceMatched to work out that I have been filled for 20@8.5 , but really I would like to get a list of the individual matches?
Is this possible?
3(10) 4(10) 5(10) - 8(10) 9(10) 10(10)
If I buy 20 @ 9 I should get the following fills
8 @ 10
9 @ 10
On the website I can see these individual matches, but is their a way to get them via the api-ng?
I know I can use listCurrentOrders and use getAveragePriceMatched to work out that I have been filled for 20@8.5 , but really I would like to get a list of the individual matches?
Is this possible?


Comment