PositionOpenedEventArgs¶
Summary¶
Provides data for the position opening event.
Signature¶
1 |
|
Namespace¶
cAlgo.API
Properties¶
Name | Description |
---|---|
Position { get; } | Gets or sets the position being opened. |
Examples¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
|
See Also¶
Last update: February 3, 2023