TradeResult¶
Summary¶
The result of a trade operation.
Signature¶
1 |
|
Namespace¶
cAlgo.API
Methods¶
Name | Description |
---|---|
ToString | The description of a trade result. |
Properties¶
Name | Description |
---|---|
IsSuccessful { get; } | True if the trade is successful, false if there is an error. |
Error { get; } | The error code of an unsuccessful trade. |
Position { get; } | The resulting position of a trade request. |
PendingOrder { get; } | The resulting pending order of a trade request. |
Examples¶
1 2 3 |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
|
Last update: March 23, 2023