Class CommissionData
Information about Commission Data.
Inherited Members
Namespace: OnixS.CmeStpHandler
Assembly: OnixS.CmeStpHandler.dll
Syntax
[Serializable]
public class CommissionDataConstructors
CommissionData()
Default constructor.
Declaration
public CommissionData()Properties
CommissionAdjustedPrice
Commission adjusted price.
Declaration
public decimal CommissionAdjustedPrice { get; set; }Property Value
| Type | Description | 
|---|---|
| decimal | 
CommissionAmount
The total commission amount.
Declaration
public decimal CommissionAmount { get; set; }Property Value
| Type | Description | 
|---|---|
| decimal | 
CommissionAmountType
Type of Commission.
Declaration
public CommissionAmountType CommissionAmountType { get; set; }Property Value
| Type | Description | 
|---|---|
| CommissionAmountType | 
CommissionBasis
Indicates the method used to calculate broker fees.
Declaration
public CommissionBasis CommissionBasis { get; set; }Property Value
| Type | Description | 
|---|---|
| CommissionBasis | 
CommissionCurrency
Currency of broker fees. Default is USD.
Declaration
public string CommissionCurrency { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
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.
Declaration
public string CommissionLegRefID { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
CommissionRate
Rate used to calculate broker fees. For example, $1 per contract, or $0.01 per barrel.
Declaration
public decimal CommissionRate { get; set; }Property Value
| Type | Description | 
|---|---|
| decimal | 
CommissionUnitOfMeasure
Unit of measure for computing the broker fees. Used when Basis = Per Unit.
Declaration
public UnitOfMeasure CommissionUnitOfMeasure { get; set; }Property Value
| Type | Description | 
|---|---|
| UnitOfMeasure | 
CommissionUnitOfMeasureCurrency
Unit of measure currency for computing the broker fees. Used when Unit of Measure = Ccy.
Declaration
public string CommissionUnitOfMeasureCurrency { get; set; }Property Value
| Type | Description | 
|---|---|
| string |