Packages

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

Current section

Files

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

include/glupbit@websocket@subscription_TickerSub.hrl

-record(ticker_sub, {
codes :: list(glupbit@types:market()),
is_only_snapshot :: boolean(),
is_only_realtime :: boolean()
}).