Click or drag to resize

Account Class

Inheritance Hierarchy
SystemObject
  SharpCharts.Base.OrderAccount

Namespace:  SharpCharts.Base.Order
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public class Account : INotifyPropertyChanged, ITemplate

The Account type exposes the following members.

Properties
  NameDescription
Public propertyAccountSummery
Gets the Account summery
Public propertyAccountType
Gets or sets the account type
Public propertyBasketOrderCount
Public propertyCanCancelAllOrders
Public propertyConnection
Gets the account connection
Public propertyDefaultTemplate
Public propertyDescription
Gets or sets the account description. If not set then the account name is returned
Public propertyHasParameter
Public propertyIsAccountGroup
Public propertyIsBasketOrderSupported
Public propertyIsOcoSupported
Public propertyName
Gets or sets the account name
Public propertyOrderTypes
Public propertySupportedProductTypes
Public propertyTemplate
Public propertyTemplateData
Public propertyTemplateType
Public propertyTimeInForces
Top
Methods
  NameDescription
Protected methodCanTrade
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAccountValue
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodLog
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnOrderCallback
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventStatic memberGlobalOrderUpdate
Top
See Also