How to get postion object of all the order
Created at 24 Nov 2020, 02:46
IM
How to get postion object of all the order
24 Nov 2020, 02:46
Hello There!
Could someone suggests me on how to iterate through all of the order (pending included)
I've tried to use
//
foreach (var position in Positions)
{
Print("Position ID {0}", position.Id);
}
//
it gives me only the position that already open but not pending order
Thanks in advance.
Replies
imrealfighter
24 Nov 2020, 08:38
RE:
PanagiotisCharalampous said:
Hi imrealfighter,
Pending orders are stored in PendingOrders property.
Best Regards,
Panagiotis
Ok, then Thank you. (Y)
@imrealfighter
PanagiotisCharalampous
24 Nov 2020, 08:23
Hi imrealfighter,
Pending orders are stored in PendingOrders property.
Best Regards,
Panagiotis
Join us on Telegram
@PanagiotisCharalampous