ExOanda.Response.FindTrade (ExOanda v0.2.3)

Copy Markdown View Source

Schema for Oanda find trade response.

Oanda Docs

Summary

Types

t()

@type t() :: %ExOanda.Response.FindTrade{
  last_transaction_id: String.t() | nil,
  trade: ExOanda.Trade.t() | nil
}