View Source XtbClient.Messages.DateRange (XtbClient v0.1.1)

Info about time range - stores start and end information as milliseconds in Unix format.

Link to this section Summary

Link to this section Types

@type t() :: %XtbClient.Messages.DateRange{end: integer(), start: integer()}

Link to this section Functions

@spec new(%{from: DateTime.t(), to: DateTime.t()}) :: t()