Packages

Type-safe Gleam client library for the Upbit cryptocurrency exchange API

Current section

Files

Jump to
glupbit include glupbit@websocket@subscription_TickerData.hrl
Raw

include/glupbit@websocket@subscription_TickerData.hrl

-record(ticker_data, {
code :: binary(),
trade_price :: float(),
change :: binary(),
signed_change_rate :: float(),
acc_trade_volume_24h :: float(),
timestamp :: integer()
}).