A DividendAdjustmentTransaction represents a dividend adjustment made to an Account.
Summary
Types
@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 }