ExOanda.Response.FindOrder (ExOanda v0.2.3)

Copy Markdown View Source

Schema for Oanda find order response.

Oanda Docs

Summary

Types

t()

@type t() :: %ExOanda.Response.FindOrder{
  last_transaction_id: String.t() | nil,
  order: ExOanda.Order.t() | nil
}