PendingOrders¶
Summary¶
Provides access to methods of the Pending Orders collection
Signature¶
1 |
|
Namespace¶
cAlgo.API
Properties¶
Name | Description |
---|---|
Item { get; } | |
Count { get; } | Total number of pending orders |
Events¶
Name | Description |
---|---|
Created | Occurs when pending order is created |
Modified | Occurs when pending order is modified |
Cancelled | Occurs when pending order is cancelled |
Filled | Occurs when pending order is filled |
See Also¶
Last update: January 30, 2023