ExOanda.Response.PricingHeartbeat (ExOanda v0.2.3)

Copy Markdown View Source

Schema for Oanda pricing heartbeat response.

Oanda Docs

Summary

Types

t()

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