Bingex.Swap.Data.PlaceTestOrder (Bingex v0.1.13)

Represents response content on Bingex.Swap.place_test_order request.

Summary

Types

t()

@type t() :: %Bingex.Swap.Data.PlaceTestOrder{order: Bingex.Swap.Model.OrderInfo.t()}

Functions

decode(arg1)

@spec decode(any()) :: {:ok, t()} | :error

embed_in_reply(reply)

@spec embed_in_reply(Bingex.API.Reply.t()) :: Bingex.API.Reply.t(t())