Enum CommissionBasis
Indicates the method used to calculate broker fees.
Namespace: OnixS.CmeStpHandler
Assembly: OnixS.CmeStpHandler.dll
Syntax
public enum CommissionBasis
Fields
Name | Description |
---|---|
Absolute | Absolute. |
AmountPerContract | Amount per contract. |
BasisPoints | Basis Points. |
None | Default value. Do not use it directly. |
PerUnit | Per Unit (implying shares, par, currency, etc.). |
Percent | Percent. |