tai v0.0.22 Tai.VenueAdapters.OkEx.CreateOrder
Create orders for the OkEx adapter
Link to this section Summary
Link to this section Types
Link to this type
credentials()
credentials()
credentials() :: Tai.Venues.Adapter.credentials()
credentials() :: Tai.Venues.Adapter.credentials()
Link to this type
order()
order()
order() :: Tai.Trading.Order.t()
order() :: Tai.Trading.Order.t()
Link to this type
reason()
reason()
reason() :: :insufficient_balance
reason() :: :insufficient_balance
Link to this type
response()
response()
response() :: Tai.Trading.OrderResponses.CreateAccepted.t()
response() :: Tai.Trading.OrderResponses.CreateAccepted.t()
Link to this section Functions
Link to this function
create_order(order, credentials)
create_order(order, credentials)
create_order(order(), credentials()) :: {:ok, response()} | {:error, reason()}
create_order(order(), credentials()) :: {:ok, response()} | {:error, reason()}
Link to this function
send_to_venue(arg)
Link to this function
to_venue_config(credentials)
Link to this function