An OrderRejectTransaction represents the rejection of an Order creation request.
Summary
Types
@type t() :: %ExOanda.OrderRejectTransaction{ account_id: String.t() | nil, batch_id: String.t() | nil, client_order_id: String.t() | nil, id: String.t() | nil, order_id: String.t() | nil, reject_reason: String.t() | nil, request_id: String.t() | nil, time: DateTime.t() | nil, type: ExOanda.Type.Atom.t() | nil, user_id: integer() | nil }