ServerStrategyState Enumeration

GF API Documentation
Specifies the state of ServerStrategy.

Namespace:  GF.Api.Values.Strategies
Assembly:  GF.Api.Values (in GF.Api.Values.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

public enum ServerStrategyState
Members

  Member nameValueDescription
Initiated0 ServerStrategy is created and sent to server, but not confirmed by the server.
Confirmed1 ServerStrategy is confirmed by the server, global ID is assigned, but the strategy is not strated yet. After Confirmed state, both or states are possible.
Started2 ServerStrategy is accepted by server and is running.
Stopping3 Stopping ServerStrategy is initiated by a client and the stop request sent to server.
Stopped4 ServerStrategy is stopped or not accepted by server. No further processing is performed.
Held5 ServerStrategy is being held by server, i.e. it doesn't send any further orders until it started again or stopped finally
See Also

Reference