View Source XtbClient.Messages.QuoteId (XtbClient v0.1.1)
Atoms representing quote ID.
Link to this section Summary
Functions
Parse an integer number as valid atom for quote ID.
Link to this section Types
@type quote_code() :: 1 | 2 | 3 | 4 | 5 | 6
@type t() :: :fixed | :float | :depth | :cross | :five | :six
Link to this section Functions
@spec parse(quote_code()) :: t()
Parse an integer number as valid atom for quote ID.