Packages

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

Current section

Files

Jump to
glupbit include glupbit@exchange@order_OrderChance.hrl
Raw

include/glupbit@exchange@order_OrderChance.hrl

-record(order_chance, {
bid_fee :: binary(),
ask_fee :: binary(),
market_id :: binary(),
bid_account_currency :: binary(),
bid_account_balance :: binary(),
ask_account_currency :: binary(),
ask_account_balance :: binary()
}).