Module: Privy::Models::KrakenEmbedGetAssetListQueryParamsSchema::Sort
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/privy/models/kraken_embed_get_asset_list_query_params_schema.rb
Overview
Constant Summary collapse
- TRENDING =
:trending- MARKET_CAP_RANK =
:market_cap_rank- MINUS_MARKET_CAP_RANK =
:"-market_cap_rank"- SYMBOL =
:symbol- MINUS_SYMBOL =
:"-symbol"- NAME =
:name- MINUS_NAME =
:"-name"- CHANGE_PERCENT_1H =
:change_percent_1h- MINUS_CHANGE_PERCENT_1_H =
:"-change_percent_1h"- CHANGE_PERCENT_24H =
:change_percent_24h- MINUS_CHANGE_PERCENT_24_H =
:"-change_percent_24h"- CHANGE_PERCENT_7D =
:change_percent_7d- MINUS_CHANGE_PERCENT_7_D =
:"-change_percent_7d"- CHANGE_PERCENT_30D =
:change_percent_30d- MINUS_CHANGE_PERCENT_30_D =
:"-change_percent_30d"- CHANGE_PERCENT_1Y =
:change_percent_1y- MINUS_CHANGE_PERCENT_1_Y =
:"-change_percent_1y"- LISTING_DATE =
:listing_date- MINUS_LISTING_DATE =
:"-listing_date"
Class Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/privy/models/kraken_embed_get_asset_list_query_params_schema.rb', line 128
|