CommissionLimit

Contains comissions for a range of comission types

  • Name Type Description
    BaseCommission Decimal Fixed commmission that if present, will always be charged.
    Currency String The currency of the commission.
    MaxAmount Decimal Commission applied only to trade amounts below this value.
    MaxCommission Decimal Maximum commission applied if other commissions are above than this value.
    MaxNumberOfContracts Decimal Commission applied only to trade sizes (number of shares or lots) below this value.
    MaxPrice Decimal Commission applied only if the asset price is below this value.
    MinAmount Decimal Commission (percentage, amount / share or fixed amount) if the value of the trade is below this value.
    MinCommission Decimal Minimum commission applied if other commissions are lower than this value.
    MinNumberOfContracts Decimal Commission applied only to trade sizes (number of shares or lots) above this value.
    MinPrice Decimal Commission applied only if the asset price is above this value.
    MinSpread Decimal The minimum bid/ask spread that can be seen for the instrument.
    OrderAction OrderActions Indicates what action on an order the commission limit applies to.
    PerUnitRate Decimal Commission per share (or lot).
    RateOnAmount Decimal Commission as a percentage of the amount traded.
    SpreadMarkup Decimal Spread in Price units(Markup)
    SpreadRate Decimal The spread (min.) for spread based (non-FX) products.