Schema for Oanda list pending orders response.
Summary
Types
@type t() :: %ExOanda.Response.ListPendingOrders{ last_transaction_id: String.t() | nil, orders: [ExOanda.Order.t()] }
Schema for Oanda list pending orders response.
@type t() :: %ExOanda.Response.ListPendingOrders{ last_transaction_id: String.t() | nil, orders: [ExOanda.Order.t()] }