Packages

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

Current section

Files

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

include/glupbit@quotation@orderbook_Orderbook.hrl

-record(orderbook, {
market :: binary(),
timestamp :: integer(),
total_ask_size :: float(),
total_bid_size :: float(),
orderbook_units :: list(glupbit@quotation@orderbook:orderbook_unit()),
level :: gleam@option:option(float())
}).