Packages

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

Current section

Files

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

include/glupbit@exchange@order_TradeExecution.hrl

-record(trade_execution, {
market :: binary(),
uuid :: binary(),
price :: binary(),
volume :: binary(),
funds :: binary(),
created_at :: binary(),
side :: binary(),
trend :: gleam@option:option(binary())
}).