Packages

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

Current section

Files

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

include/glupbit@websocket@subscription_OrderbookData.hrl

-record(orderbook_data, {
code :: binary(),
total_ask_size :: float(),
total_bid_size :: float(),
timestamp :: integer()
}).