ExOanda.MarginCallExitTransaction (ExOanda v0.2.3)

Copy Markdown View Source

A MarginCallExitTransaction is created when an Account exits the margin call state.

Oanda Docs

Summary

Types

t()

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

Functions

changeset(struct, data)