Click or drag to resize

ITrade Interface

ITrade interface. Holds informations for each trades.

Namespace:  SharpCharts.Base.Order
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public interface ITrade

The ITrade type exposes the following members.

Properties
  NameDescription
Public propertyCommission
Gets the commission. Commission is calculated as defined in CommissionBase
Public propertyId
Gets the trade id
Public propertyOrder
Gets the order 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