How to get fill price when i use reversal order?

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.

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

Thanks for your help!