Click or drag to resize
ITrade Interface

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

The ITrade type exposes the following members.

Properties
  NameDescription
Public propertyAvgFillPrice
Gets the Average fill price of the order when the trade took place
Public propertyOrder
Gets the order associated with the trade
Public propertyPrice
Gets the traded price
Public propertyQuantity
Gets the traded size
Public propertyTime
Gets the time when the trade took place
Top
See Also