PendingOrderFilledEventArgs¶
Summary¶
Provides data for the pending order fill event.
Signature¶
1 |
|
Namespace¶
cAlgo.API
Properties¶
Name | Description |
---|---|
PendingOrder { get; } | Gets the pending order that was filled. |
Position { get; } | Gets the position that was filled from the pending order. |
Examples¶
1 2 3 4 5 6 7 8 9 |
|
See Also¶
Last update: January 30, 2023