Current section
Files
Jump to
Current section
Files
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())
}).