ExOanda.GuaranteedStopLossOrderLevelRestriction (ExOanda v0.2.3)

Copy Markdown View Source

Schema for Oanda guaranteed stop loss order level restriction.

Oanda Docs

Summary

Types

t()

@type t() :: %ExOanda.GuaranteedStopLossOrderLevelRestriction{
  price_range: float() | nil,
  volume: integer() | nil
}