nathantippy / c2entry

Automatically exported from code.google.com/p/c2entry
0 stars 1 forks source link

Trades do not go through #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm not sure what to make of this.

When I call your code to submit a trade, it does not go through.  I get back a 
response id and no error message.  But I do not see a new trade appear in C2.

Yet, if I submit the same URL that gets logged in the journal file, and replace 
the ***** with my password, the trade works in C2.

Do you have any idea where the breakdown might be?

Original issue reported on code.google.com by leeg...@gmail.com on 7 Oct 2012 at 8:17

GoogleCodeExporter commented 9 years ago
isLive in the example is set to false to avoid sending the signals to C2 when 
testing the code.  If you have a real response with a signalId then it could 
only have gotten that number from the real C2 service or the 
StaticSimulationAdapter class.

Perhaps I should simplify the example.

Let me know if you can still reproduce it. Post the getXML() of the response 
object if you continue to have problems.

Original comment by NathanTippy on 8 Oct 2012 at 3:47