Packages

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

Current section

Files

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

include/glupbit@websocket@subscription_OrderbookSub.hrl

-record(orderbook_sub, {
codes :: list(glupbit@types:market()),
level :: gleam@option:option(binary()),
is_only_snapshot :: boolean(),
is_only_realtime :: boolean()
}).