Packages

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

Current section

Files

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

include/glupbit@exchange@order_NewOrder.hrl

-record(new_order, {
market :: glupbit@types:market(),
side :: glupbit@types:order_side(),
ord_type :: glupbit@types:order_type(),
volume :: gleam@option:option(binary()),
price :: gleam@option:option(binary()),
identifier :: gleam@option:option(binary()),
time_in_force :: gleam@option:option(glupbit@types:time_in_force()),
smp_type :: gleam@option:option(glupbit@types:smp_type())
}).