Click or drag to resize

LiveTrade Class

Inheritance Hierarchy
SystemObject
  ArthaChitra.Core.ViewModelNotifyPropertyBase
    ArthaChitra.Model.OrderTradeBase
      ArthaChitra.Model.OrderLiveTrade

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

The LiveTrade type exposes the following members.

Constructors
 NameDescription
Public methodLiveTrade 
Top
Properties
 NameDescription
Public propertyAccount
(Inherited from TradeBase)
Public propertyCommission
(Inherited from TradeBase)
Public propertyId
(Inherited from TradeBase)
Public propertyInstrument
(Inherited from TradeBase)
Public propertyOrder
(Inherited from TradeBase)
Public propertyOrderAction
(Inherited from TradeBase)
Public propertyOrderId
(Inherited from TradeBase)
Public propertyPrice
(Inherited from TradeBase)
Public propertyProductType
(Inherited from TradeBase)
Public propertyQuantity
(Inherited from TradeBase)
Public propertyTime
(Inherited from TradeBase)
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 TradeBase)
Top
Events
 NameDescription
Public eventPropertyChanged
(Inherited from NotifyPropertyBase)
Top
See Also