View Source XtbClient.AccountType (XtbClient v0.1.1)

Atoms representing type of account.

Link to this section Summary

Functions

Format an atom representing main type of the account to string.

Format and atom representing streaming type of the account to string.

Link to this section Types

@type t() :: :demo | :real

Link to this section Functions

Link to this function

format_main(account_type)

View Source
@spec format_main(t()) :: binary()

Format an atom representing main type of the account to string.

Link to this function

format_streaming(account_type)

View Source
@spec format_streaming(t()) :: binary()

Format and atom representing streaming type of the account to string.