ExOanda.ClientConfigureTransaction (ExOanda v0.2.3)

Copy Markdown View Source

Schema for Oanda client configure transaction.

Oanda Docs

Summary

Types

t()

@type t() :: %ExOanda.ClientConfigureTransaction{
  account_id: String.t() | nil,
  alias: String.t() | nil,
  batch_id: integer() | nil,
  id: String.t() | nil,
  margin_rate: float() | nil,
  request_id: integer() | nil,
  time: String.t() | nil,
  type: ExOanda.Type.Atom.t() | nil,
  user_id: integer() | nil
}