Click or drag to resize

RealtimeErrorHandling Enumeration

Real time error handling.

Namespace:  SharpCharts.Base.SharpScript
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public enum RealtimeErrorHandling
Members
  Member nameValueDescription
Ignore0 Ignore any errors and the strategy works normally
Disable1 Strategy is disabled however the orders are not flattened
See Also