Click or drag to resize

State Enumeration

The different states an user code goes through in its life cycle.

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntax
C#
public enum State
Members
Member nameValueDescription
Initialize0 Initialzed. User should avoid long running methods here.
Configure1 User configures the parameter via the Sharp Script Selector view
StartUp2 The script is ready for
Historical3 The script is processing historical Bars
Realtime4 The script is processing real-time data
Finalize5 Perform all object cleanup here
See Also