API Support Forum
User Profile

Viewing User Profile for: AAlmasi9778


About

Jan 26, 2017 03:26 PM

Feb 08, 2018 02:51 PM

Feb 08, 2018 03:10 PM



Post Statistics
AAlmasi9778 has contributed to 5 posts out of 5593 total posts (0.09%) in 2646 days (0.00 posts per day).

20 most recent posts:

API Support » Remove Fx account from demo accountslist (OECClient class) Feb 08, 2018 @ 02:51 PM (Total replies: 3)

I have access to the demo from the api.

API Support » Remove Fx account from demo accountslist (OECClient class) Feb 08, 2018 @ 02:04 PM (Total replies: 3)

Hi everyone,

Could removing FX account from demo accountlist in OECClient possible???
Or just change the order of the fxdemo and the demo?
Edited by AAlmasi9778 on Feb 08, 2018 02:15 PM

Order Execution » Order Cancelled with no reason Mar 21, 2017 @ 08:56 AM (Total replies: 4)

Today I got the same message again:

Order Buy 1 ESM7 LMT 2374.00 was sent
#-1 order confirmed. New order ID is 204468293
204468293order state changed from Sent to Sent
204468293order state changed from Sent to Accepted
204468293order state changed from Accepted to Rejected
-----------------------------------------------------------------------------------
Why do I get a result "Rejected"? Do I miss anything? I didn't change the method placeorder in the code. It should work. I would need a little help again. Thank you!

Order Execution » Order Cancelled with no reason Mar 20, 2017 @ 11:02 AM (Total replies: 4)

Order Buy 1 ESM7 LMT 2369.50 was sent
#-1 order confirmed. New order ID is 204468223
204468223 order state changed from Sent to Sent
204468223 order state changed from Sent to Accepted
204468223 order state changed from Accepted to Rejected
-----------------------------------------------------------------------------------
Why do I get a result "Rejected"?
I would need a little help again. Thank you!

Order Execution » Order Cancelled with no reason Mar 09, 2017 @ 12:09 PM (Total replies: 4)

Order Buy 1 YMH7 LMT 20840 was sent
#-1 order confirmed. New order ID is 204462895
204462895 order state changed from Sent to Sent
204462895 order state changed from Sent to Accepted
204462895 order state changed from Accepted to Working
204462895 order state changed from Working to Cancelled
-----------------------------------------------------------------------------------
The last order cancel happened with no cancel request.
in the order draft I tried orderDraft.End = DateTime.UtcNow.AddMinutes(5);
Could anybody help with this?