Schema for Oanda calculated position state.
Summary
Types
@type t() :: %ExOanda.CalculatedPositionState{ instrument: ExOanda.Type.Atom.t() | nil, long_unrealized_pl: float() | nil, margin_used: float() | nil, net_unrealized_pl: float() | nil, short_unrealized_pl: float() | nil }