Click or drag to resize

AccountSummery Class

Inheritance Hierarchy
SystemObject
  ArthaChitra.Core.ViewModelNotifyPropertyBase
    ArthaChitra.Model.OrderAccountSummery

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

The AccountSummery type exposes the following members.

Properties
 NameDescription
Public propertyAvailableFunds 
Public propertyBuyingPower Gets the buying power/leverage
Public propertyCashValue Gets the Cash value
Public propertyExchangeRate Gets the exchange rate
Public propertyFullInitialMargin Gets the Full initial margin
Public propertyFullOvernightMargin Gets the full overnight margin
Public propertyGrossPositionValue Gets the gross position value
Public propertyInitialMargin Gets the initial margin
Public propertyOvernightMargin Gets the Overnight margin
Public propertyRealizedCommission G ets the realized commission
Public propertyRealizedPnL Gets or sets the realized PnL
Public propertyUnrealizedCommission Gets the Unrealized commission
Public propertyUnrealizedPnL Gets or sets the unrealized PnL
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 methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Events
 NameDescription
Public eventPropertyChanged
(Inherited from NotifyPropertyBase)
Top
See Also