Click or drag to resize

RealtimeErrorHandling Enumeration

Real time error handling.

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
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