ExOanda.FixedPriceOrderTransaction (ExOanda v0.2.3)

Copy Markdown View Source

A FixedPriceOrderTransaction represents the creation of a Fixed Price Order in the user's Account.

Oanda Docs

Summary

Types

t()

@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
}

Functions

changeset(struct, data)