Table of Contents

Constructor ScriptResult

Namespace
WhalesSecret.TradeScriptLib
Assembly
WhalesSecret.TradeScriptLib.dll

ScriptResult()

Creates a new instance of the object.

public ScriptResult()

Remarks

For deserialization support.

ScriptResult(Code, string?)

Creates a new instance of the object.

public ScriptResult(Code code, string? message = null)

Parameters

code Code

Code describing how trade script finished.

message string

Optional report describing more in detail what the trade script did.