Alpa.Models.Clock (AlpaEx v1.0.3)
View SourceMarket clock information.
Summary
Functions
Parse clock data from API response.
Types
@type t() :: %Alpa.Models.Clock{ is_open: boolean() | nil, next_close: DateTime.t() | nil, next_open: DateTime.t() | nil, timestamp: DateTime.t() | nil }