Bingex.Swap.Marshal (Bingex v0.1.7)
Handles serialization and transformation of orders for BingX Swap.
This module ensures that order structures are properly formatted and adapted for API communication, converting internal representations into the expected serialized formats.
Summary
Functions
@spec serialize_order(Bingex.Order.t()) :: binary()
@spec serialize_orders([Bingex.Order.t()]) :: binary()
@spec transform_order(Bingex.Order.t()) :: [{term(), term()}]