Click or drag to resize

ITrade Interface

ITrade interface. Holds informations for each trades.

Namespace: ArthaChitra.Model.Order
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public interface ITrade

The ITrade type exposes the following members.

Properties
 NameDescription
Public propertyAccount Gets the account associated with the trade
Public propertyCommission Gets the commission. Commission is calculated as defined in CommissionBase
Public propertyId Gets the trade id
Public propertyInstrument Gets the instrument associated with the trade.
Public propertyOrder Gets the order associated with the trade. Can be null.
Public propertyOrderAction Gets the OrderAction
Public propertyOrderId Gets the order id associated with the trade
Public propertyPrice Gets the traded price
Public propertyProductType Gets the productType of the trade
Public propertyQuantity Gets the traded size
Public propertyTime Gets the time when the trade took place
Top
See Also