# How to get fill price when i use reversal order?

**URL:** https://forums.collective2.com/t/how-to-get-fill-price-when-i-use-reversal-order/1350
**Category:** C2 Software Development
**Created:** [June 22, 2011, 1:47pm UTC](https://forums.collective2.com/t/how-to-get-fill-price-when-i-use-reversal-order/1350 "2011-06-22T13:47:59Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![bear\_pig](https://yyz2.discourse-cdn.com/flex028/user_avatar/forums.collective2.com/bear_pig/32/238_2.png) [@bear\_pig](https://forums.collective2.com/u/bear_pig)
#### Post date: [June 22, 2011, 1:47pm UTC](https://forums.collective2.com/t/how-to-get-fill-price-when-i-use-reversal-order/1350/1 "2011-06-22T13:47:59Z")

</div>

Hi,  
  
I want to get filled price and signal id for reversal order.  
  
Is there any way to get this?  
  
Please help me out.  
  
Thanks.

---

<div class="post-metadata">

### Author: ![MatthewKlein](https://yyz2.discourse-cdn.com/flex028/user_avatar/forums.collective2.com/matthewklein/32/21382_2.png) [@MatthewKlein](https://forums.collective2.com/u/MatthewKlein)
#### Post date: [June 22, 2011, 3:06pm UTC](https://forums.collective2.com/t/how-to-get-fill-price-when-i-use-reversal-order/1350/2 "2011-06-22T15:06:38Z")

</div>

Hi, Bear Pig,  
  
  
  
Thanks for pointing out this problem. I’ve changed the API to report back to you the two signal IDs that are created when you submit a reversal order. You can next use signalstatus to determine the status of each signal. Keep in mind that the signals may not yet be filled at the moment the signal ids are reported back to you by the API. So you may need to check on the status more than once if you demand to know the fill price.  
  
  
  
Matthew

---

<div class="post-metadata">

### Author: ![bear\_pig](https://yyz2.discourse-cdn.com/flex028/user_avatar/forums.collective2.com/bear_pig/32/238_2.png) [@bear\_pig](https://forums.collective2.com/u/bear_pig)
#### Post date: [June 23, 2011, 3:51am UTC](https://forums.collective2.com/t/how-to-get-fill-price-when-i-use-reversal-order/1350/3 "2011-06-23T03:51:10Z")

</div>

Thanks for your help!
