View Source XtbClient.Messages.CommissionDefinition (XtbClient v0.1.1)

Query result for commission definition.

parameters

Parameters

  • commission calculated commission in account currency,
  • rate_of_exchange rate of exchange between account currency and instrument base currency.

handled-api-methods

Handled Api methods

  • getCommissionDef

Link to this section Summary

Link to this section Types

@type t() :: %XtbClient.Messages.CommissionDefinition{
  commission: float(),
  rate_of_exchange: float()
}

Link to this section Functions