Packages

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

Current section

Files

Jump to
glupbit include glupbit@websocket@subscription_TradeData.hrl
Raw

include/glupbit@websocket@subscription_TradeData.hrl

-record(trade_data, {
code :: binary(),
trade_price :: float(),
trade_volume :: float(),
ask_bid :: binary(),
trade_timestamp :: integer(),
sequential_id :: integer()
}).