ExFtx.Orders.Create (ex_ftx v0.0.14)

Link to this section Summary

Link to this section Types

Link to this type

credentials()

Specs

credentials() :: ExFtx.Credentials.t()

Specs

order() :: ExFtx.Order.t()
Link to this type

order_payload()

Specs

order_payload() :: ExFtx.OrderPayload.t()

Specs

result() :: {:ok, order()} | {:error, String.t() | :parse_result_item}

Link to this section Functions

Link to this function

post(credentials, order_payload)

Specs

post(credentials(), order_payload()) :: result()