Packages

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

Current section

Files

Jump to
glupbit include glupbit@quotation@orderbook_OrderbookUnit.hrl
Raw

include/glupbit@quotation@orderbook_OrderbookUnit.hrl

-record(orderbook_unit, {
ask_price :: float(),
bid_price :: float(),
ask_size :: float(),
bid_size :: float()
}).