![]() | Table of Content | CommissionData Constructor ![]() |
CommissionData Class |
Namespace: OnixS.CmeStpHandler
[SerializableAttribute] public class CommissionData
The CommissionData type exposes the following members.
Name | Description | |
---|---|---|
![]() | CommissionData |
Default constructor.
|
Name | Description | |
---|---|---|
![]() | CommissionAdjustedPrice |
Commission adjusted price.
|
![]() | CommissionAmount |
The total commission amount.
|
![]() | CommissionAmountType |
Type of Commission.
|
![]() | CommissionBasis |
Indicates the method used to calculate broker fees.
|
![]() | CommissionCurrency |
Currency of broker fees. Default is USD.
|
![]() | CommissionLegRefID |
Trade leg identifier. Indicates that the broker fees apply to a specific trade leg.
For a spread with broker fees specified, this field is present for each leg.
|
![]() | CommissionRate |
Rate used to calculate broker fees. For example, $1 per contract, or $0.01 per barrel.
|
![]() | CommissionUnitOfMeasure |
Unit of measure for computing the broker fees. Used when Basis = Per Unit.
|
![]() | CommissionUnitOfMeasureCurrency |
Unit of measure currency for computing the broker fees. Used when Unit of Measure = Ccy.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |