Click or drag to resize

AccountGroup Class

Inheritance Hierarchy
SystemObject
  ArthaChitra.Core.ViewModelNotifyPropertyBase
    ArthaChitra.Model.OrderAccount
      ArthaChitra.Model.OrderAccountGroup

Namespace: ArthaChitra.Model.Order
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public sealed class AccountGroup : Account

The AccountGroup type exposes the following members.

Constructors
 NameDescription
Public methodAccountGroup 
Top
Properties
 NameDescription
Public propertyAccountSummery Account summery
(Inherited from Account)
Public propertyAccountType
(Inherited from Account)
Public propertyBasketOrderCount
(Inherited from Account)
Public propertyChildAccounts 
Public propertyConnection
(Inherited from Account)
Public propertyDisplayName
(Overrides AccountDisplayName)
Public propertyId Account unique id as provided by broker/connection
(Inherited from Account)
Public propertyIsActive Flag determining if connection supports order modification while in pending state. Interactive Brokers supports it. If True, OrderBase object will not disable at any point.
(Inherited from Account)
Public propertyIsBasketOrderSupported
(Inherited from Account)
Public propertyIsConnectionCalculated
(Inherited from Account)
Public propertyIsOcoSupported
(Inherited from Account)
Public propertyOrderTemplatesTypes
(Inherited from Account)
Public propertyOrderTypes
(Inherited from Account)
Public propertyPositions Gets the position taken by the account
(Inherited from Account)
Public propertyProductTypes
(Inherited from Account)
Public propertyTemplate
(Inherited from Account)
Public propertyTemplateData
(Inherited from Account)
Public propertyTimeInForces
(Inherited from Account)
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString
(Inherited from Account)
Public methodValidateOrder
(Overrides AccountValidateOrder(OrderAction, Decimal, OrderType, Double, Double, String))
Top
Events
 NameDescription
Public eventPropertyChanged
(Inherited from NotifyPropertyBase)
Top
See Also