A DelayedTradeClosureTransaction represents the immediate closure of a Trade that was requested to be delayed.
Summary
Types
@type t() :: %ExOanda.DelayedTradeClosureTransaction{ account_id: String.t() | nil, batch_id: String.t() | nil, id: String.t() | nil, reason: String.t() | nil, request_id: String.t() | nil, time: DateTime.t() | nil, trade_ids: [String.t()] | nil, type: ExOanda.Type.Atom.t() | nil, user_id: integer() | nil }