Summary
Called if there is an error executing a trade operation.
Syntax
protected virtual void OnError(Error error)
Parameters
Name | Description |
---|
Example 1
protected override void OnError(Error error) { Print("There has been an Error"); }
protected virtual void OnError(Error error)
Name | Description |
---|
protected override void OnError(Error error) { Print("There has been an Error"); }