StrategyPosition Class

GF Charts Help
Inheritance Hierarchy

SystemObject
  GF.Clients.Charts.Custom.StrategyStrategyPosition

Namespace:  GF.Clients.Charts.Custom.Strategy
Assembly:  GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax

public class StrategyPosition : IComparable<StrategyPosition>

The StrategyPosition type exposes the following members.

Constructors

  NameDescription
Public methodStrategyPosition(TradeEngine, StrategyOrder)
Public methodStrategyPosition(TradeEngine, String)
Top
Properties

  NameDescription
Public propertyAccount
Public propertyAvgPosPrice
Public propertyContract
Public propertyEntryOrder
Public propertyNetPos
Public propertySourceChart
Public propertySourceChartName
Public propertyStrategy
Public propertyTimestamp
Top
Methods

  NameDescription
Public methodCompareTo
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields

  NameDescription
Public fieldCompleted
Public fieldEntries
Public fieldOrderName
Public fieldWorking
Top
See Also

Reference