ITrade Interface |
Namespace: SharpCharts.Base.Order
public interface ITrade
The ITrade type exposes the following members.
Name | Description | |
---|---|---|
![]() | Commission |
Gets the commission. Commission is calculated as defined in CommissionBase
|
![]() | Id |
Gets the trade id
|
![]() | Order |
Gets the order associated with the trade
|
![]() | Price |
Gets the traded price
|
![]() | ProductType |
Gets the productType of the trade
|
![]() | Quantity |
Gets the traded size
|
![]() | Time |
Gets the time when the trade took place
|