Tai.VenueAdapters.Ftx.CancelOrder (tai v0.0.75)
Sends a cancel order request to FTX
Link to this section Summary
Link to this section Types
Link to this type
credentials()
Specs
credentials() :: Tai.Venues.Adapter.credentials()
Link to this type
order()
Specs
order() :: Tai.Orders.Order.t()
Link to this type
reason()
Specs
reason() :: term()
Link to this type
response()
Specs
response() :: Tai.Orders.Responses.CancelAccepted.t()
Link to this section Functions
Link to this function
cancel_order(order, credentials)
Specs
cancel_order(order(), credentials()) :: {:ok, response()} | {:error, reason()}