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
Link to this type
horizon()
@type horizon() ::
1 | 5 | 10 | 15 | 30 | 60 | 120 | 240 | 360 | 480 | 1440 | 10080 | 43200
Link to this type
mode()
@type mode() :: :From | :UpTo
Link to this type
option()
@type option() :: {:count, pos_integer()} | {:field_groups, [field_group()]} | {:mode, mode()} | {:time, String.t()}
Link to this type
options()
@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()}