OpenOrders Property
A list of open orders in an investment statement for the date range ( StartDate and EndDate ) selected.
Syntax
[VB.NET] Public ReadOnlyProperty OpenOrders As OpenOrderDetailList
[C#] public OpenOrderDetailList OpenOrders {get;}
Remarks
This collection is populated when the GetStatement and ReadOFXDataFile methods are called. It should be inspected for each OOIndex = 0 to OOCount - 1.
Each open order has a Aggregate, BuyType, DatePlaced, Duration, FITID, Memo, OOType, Restriction, SecurityId, SellType, SubAccountType, TypeDescription, UnitType, and Units tied to it.
This property is read-only and not available at design time.