Packages

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

Current section

Files

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

include/glupbit@quotation@trade_Trade.hrl

-record(trade, {
market :: binary(),
trade_date_utc :: binary(),
trade_time_utc :: binary(),
timestamp :: integer(),
trade_price :: float(),
trade_volume :: float(),
prev_closing_price :: float(),
change_price :: float(),
ask_bid :: binary(),
sequential_id :: integer()
}).