ExOanda.DividendAdjustmentTransaction (ExOanda v0.2.3)

Copy Markdown View Source

A DividendAdjustmentTransaction represents a dividend adjustment made to an Account.

Oanda Docs

Summary

Types

t()

@type t() :: %ExOanda.DividendAdjustmentTransaction{
  account_balance: float() | nil,
  account_id: String.t() | nil,
  batch_id: String.t() | nil,
  dividend_rate: float() | nil,
  home_conversion_factors: map() | nil,
  id: String.t() | nil,
  instrument: ExOanda.Type.Atom.t() | nil,
  quote_units: float() | nil,
  request_id: String.t() | nil,
  time: DateTime.t() | nil,
  type: ExOanda.Type.Atom.t() | nil,
  user_id: integer() | nil
}

Functions

changeset(struct, data)