API Support Forum
OEC API > API Support > Get Order Details
Author Topic: Get Order Details
(3 messages, Page 1 of 1)
Moderators: VPfau
RAnde
Posts: 20
Joined: Sep 05, 2017


Posted: Nov 02, 2017 @ 02:04 AM             Msg. 1 of 3
I need to get the order information such as status, filled quantity...
But I don't see any API method which returns the Order Details by OrderID.

Does API support any method for that purpose? Or is there any method which returns the list of Order by OrderState (such as Completed order, Working order, Expired order...)?

If not, please show me how I can get the details of a specified order
Edited by RAnde on Nov 02, 2017 02:16 AM
CMicciche902
Posts: 348
Joined:


Posted: Nov 02, 2017 @ 11:41 AM             Msg. 2 of 3
Take a look at our samples on Bitbucket - https://bitbucket.org/GainFuturesDev/advancedexample/src. Review Order Details and Order Links code.

Example of Order Details.

Timestamp,ID,Action,Description,Comments
10:14:20.658,204861205,Create,Buy 99 ESZ7 MKT,
10:14:20.658,8545743,State,Sent,
10:14:20.665,8545744,State,Accepted,
10:14:20.676,8545746,State,Working,
10:14:20.678,8545745,Fill,99@2563.50,
10:14:20.681,8545747,State,Completed,
Chris M
RAnde
Posts: 20
Joined: Sep 05, 2017


Posted: Nov 03, 2017 @ 05:06 AM             Msg. 3 of 3
Thanks Chris!