A FixedPriceOrderTransaction represents the creation of a Fixed Price Order in the user's Account.
Summary
Types
@type t() :: %ExOanda.FixedPriceOrderTransaction{ account_id: String.t() | nil, batch_id: String.t() | nil, id: String.t() | nil, instrument: ExOanda.Type.Atom.t() | nil, position_fill: String.t() | nil, price: float() | nil, reason: String.t() | nil, request_id: String.t() | nil, time: DateTime.t() | nil, trade_state: String.t() | nil, type: ExOanda.Type.Atom.t() | nil, units: float() | nil, user_id: integer() | nil }