Represents a server-side strategy.
Inheritance Hierarchy
GF.Api.StrategiesStrategy
Namespace: GF.Api.Strategies
Assembly: GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax
The Strategy type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Strategy | Initializes a new instance of the Strategy class |
Properties
Name | Description | |
---|---|---|
ID |
Server identifier
| |
Orders |
Gets a list of strategy orders.
| |
RootOrder |
Gets a root order of this ServerStrategy or null if no root order assigned to the ServerStrategy.
| |
State |
Gets the state of this ServerStrategy.
| |
Type |
Gets the type of this ServerStrategy.
|
Methods
Name | Description | |
---|---|---|
CompareTo | ||
Equals | (Overrides ObjectEquals(Object).) | |
GetHashCode | (Overrides ObjectGetHashCode.) |
See Also