StrategyPositionList Class

GF Charts Help
Inheritance Hierarchy

SystemObject
  BaseExtListStrategyPosition
    SortedExtListStrategyPosition
      FilteredExtListStrategyPosition
        ExtListStrategyPosition
          GF.Clients.Charts.Custom.StrategyStrategyPositionList

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

public class StrategyPositionList : ExtList<StrategyPosition>

The StrategyPositionList type exposes the following members.

Constructors

  NameDescription
Public methodStrategyPositionList
Public methodStrategyPositionList(ExtListEventsFactoryStrategyPosition)
Top
Properties

  NameDescription
Public propertyComparer (Inherited from SortedExtListStrategyPosition.)
Public propertyCount (Inherited from SortedExtListStrategyPosition.)
Public propertyFilter (Inherited from FilteredExtListStrategyPosition.)
Public propertyIsReadOnly (Inherited from BaseExtListStrategyPosition.)
Public propertyIsSorted (Inherited from SortedExtListStrategyPosition.)
Public propertyItem (Inherited from SortedExtListStrategyPosition.)
Top
Methods

  NameDescription
Public methodAdd (Inherited from SortedExtListStrategyPosition.)
Public methodAddRange (Overrides SortedExtList.AddRange(IEnumerableUTP).)
Public methodChanged (Inherited from BaseExtListStrategyPosition.)
Public methodChangedAt (Inherited from BaseExtListStrategyPosition.)
Public methodClear (Overrides SortedExtList.Clear.)
Public methodContains (Inherited from BaseExtListStrategyPosition.)
Public methodCopyTo (Inherited from SortedExtListStrategyPosition.)
Public methodDispose (Inherited from FilteredExtListStrategyPosition.)
Public methodEnumerateFrom (Inherited from SortedExtListStrategyPosition.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFind(PredicateUTP) (Inherited from SortedExtListStrategyPosition.)
Public methodFind(String, DateTime)
Public methodFind(TradeEngine, String, Boolean)
Public methodGetEnumerator (Inherited from SortedExtListStrategyPosition.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from SortedExtListStrategyPosition.)
Public methodInsert (Inherited from SortedExtListStrategyPosition.)
Public methodLoad (Inherited from FilteredExtListStrategyPosition.)
Public methodReload (Inherited from FilteredExtListStrategyPosition.)
Public methodRemove (Inherited from SortedExtListStrategyPosition.)
Public methodRemoveAt (Inherited from SortedExtListStrategyPosition.)
Public methodSort (Inherited from SortedExtListStrategyPosition.)
Public methodSort(IComparerUTP) (Inherited from SortedExtListStrategyPosition.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events

  NameDescription
Public eventListChanged (Inherited from BaseExtListStrategyPosition.)
Top
See Also

Reference