ExOanda.MarketOrderMarginCloseout (ExOanda v0.1.1)

View Source

Schema for Oanda market order margin closeout.

Oanda Docs

Summary

Types

t()

@type t() :: %ExOanda.MarketOrderMarginCloseout{
  reason:
    (:MARGIN_CHECK_VIOLATION
     | :REGULATORY_MARGIN_CALL_VIOLATION
     | :REGULATORY_MARGIN_CHECK_VIOLATION)
    | nil
}