ExOanda.Response.TransactionHeartbeat (ExOanda v0.2.3)

Copy Markdown View Source

Schema for Oanda transaction heartbeat response.

Summary

Types

t()

@type t() :: %ExOanda.Response.TransactionHeartbeat{
  last_transaction_id: String.t() | nil,
  time: DateTime.t() | nil,
  type: ExOanda.Type.Atom.t() | nil
}