Packages

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

Current section

Files

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

include/glupbit@websocket@subscription_CandleSub.hrl

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