Saxo.Chart.Charts (Saxo v0.1.0)

https://www.developer.saxo/openapi/referencedocs/chart/v1/charts

Summary

Types

Link to this type

field_group()

@type field_group() :: :ChartInfo | :Data | :DisplayAndFormat
@type horizon() ::
  1 | 5 | 10 | 15 | 30 | 60 | 120 | 240 | 360 | 480 | 1440 | 10080 | 43200
@type mode() :: :From | :UpTo
@type option() ::
  {:count, pos_integer()}
  | {:field_groups, [field_group()]}
  | {:mode, mode()}
  | {:time, String.t()}
@type options() :: [option()]

Functions

Link to this function

get(credentials, asset_type, uic, horizon, options \\ [])

@spec get(Saxo.Credentials.t(), Saxo.asset_type(), Saxo.uic(), horizon(), options()) ::
  {:ok, Saxo.Response.t()} | {:error, Saxo.Response.t()}