Author |
Topic: How to cancel an order (C#) (2 messages, Page 1 of 1) |
||||
---|---|---|---|---|---|
Moderators: VPfau | |||||
SSandra Posts: 10 Joined: Apr 28, 2010 |
Hello,
the following does NOT work: int myorderID = 2010933900; Order order = oecClient.Orders[myorderID]; oecClient.CancelOrder(order); What is wrong here? Sandra Sandra Cestano |
||||
SSandra Posts: 10 Joined: Apr 28, 2010 |
Hi,
Sorry, but now it works. Please cancel this thread! Sandra Sandra Cestano |
||||