Error¶
Summary¶
Encapsulates an error code.
Signature¶
1 |
|
Namespace¶
cAlgo.API
Properties¶
Name | Description |
---|---|
Code { get; } | The encapsulated error code. |
TradeResult { get; } | The result of the trade that produced the error |
Examples¶
1 2 3 4 5 |
|
Last update: March 30, 2023