DividendCollection Class

GF Charts Help
Inheritance Hierarchy

SystemObject
  System.CollectionsCollectionBase
    GF.Clients.Charts.Custom.NinjaTrader.CbiNTCollection
      GF.Clients.Charts.Custom.NinjaTrader.CbiNTCollectionBaseTDividend
        GF.Clients.Charts.Custom.NinjaTrader.CbiDividendCollection

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

public class DividendCollection : NTCollectionBaseT<Dividend>

The DividendCollection type exposes the following members.

Constructors

  NameDescription
Public methodDividendCollection
Top
Properties

  NameDescription
Public propertyCapacity
Gets or sets the number of elements that the CollectionBase can contain.
(Inherited from CollectionBase.)
Public propertyCount
Gets the number of elements contained in the CollectionBase instance. This property cannot be overridden.
(Inherited from CollectionBase.)
Public propertyFireEvents (Inherited from NTCollection.)
Public propertyItem (Inherited from NTCollectionBaseTT.)
Top
Methods

  NameDescription
Public methodAdd
Public methodClear
Removes all objects from the CollectionBase instance. This method cannot be overridden.
(Inherited from CollectionBase.)
Public methodClone (Inherited from NTCollection.)
Public methodCopyTo
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetDividendSum
Public methodGetEnumerator
Returns an enumerator that iterates through the CollectionBase instance.
(Inherited from CollectionBase.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemoveAt
Removes the element at the specified index of the CollectionBase instance. This method is not overridable.
(Inherited from CollectionBase.)
Public methodSort (Inherited from NTCollection.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events

  NameDescription
Public eventClearComplete (Inherited from NTCollection.)
Public eventInsertComplete (Inherited from NTCollection.)
Public eventRemoveComplete (Inherited from NTCollection.)
Top
See Also

Reference