PositionClosedEventArgs¶
Summary¶
Provides data for the position closing event.
Signature¶
1 |
|
Namespace¶
cAlgo.API
Properties¶
Name | Description |
---|---|
Position { get; } | Gets the position being closed. |
Reason { get; } | Gets the reason of the position being closed. |
Examples¶
1 2 3 4 5 6 7 8 9 |
|
See Also¶
Last update: January 27, 2023