Bingex.Swap.PlaceOrderData (Bingex v0.1.7)
Parses and structures order placement data for BingX swaps.
Converts raw API response data into a Bingex.Swap.OrderInfo
struct
and embeds it into a Bingex.API.Reply
.
Summary
Types
@type t() :: %Bingex.Swap.PlaceOrderData{order: Bingex.Swap.OrderInfo.t()}
Functions
@spec embed_in_reply(Bingex.API.Reply.t()) :: Bingex.API.Reply.t(t())