Packages

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

Current section

Files

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

include/glupbit@quotation@orderbook_OrderbookInstrument.hrl

-record(orderbook_instrument, {
market :: binary(),
quote_currency :: binary(),
tick_size :: binary(),
supported_levels :: list(binary())
}).