Class ScriptResult
- Namespace
- WhalesSecret.TradeScriptLib
- Assembly
- WhalesSecret.TradeScriptLib.dll
Represents data wrapper for ExecuteAsync(string, CancellationToken) return value.
public class ScriptResult
- Inheritance
-
ScriptResult
- Inherited Members
- Extension Methods
Constructors
- ScriptResult()
Creates a new instance of the object.
- ScriptResult(Code, string?)
Creates a new instance of the object.
Properties
- Code
Code describing how trade script finished.
- Message
Optional report describing more in detail what the trade script did.
Methods
- ToString()
Returns a string that represents the current object.