ExBinance.Rest.CreateOrder (ex_binance v0.0.8)
Link to this section Summary
Link to this section Types
Link to this type
credentials()
Specs
credentials() :: ExBinance.Credentials.t()
Link to this type
params()
Specs
params() :: map()
Link to this type
request()
Specs
request() :: ExBinance.Rest.Requests.CreateOrderRequest.t()
Link to this type
response()
Specs
response() :: ExBinance.Rest.Responses.CreateOrderResponse.t()
Link to this section Functions
Link to this function
create_order(params, credentials)
Specs
Link to this function
create_order(symbol, side, type, quantity, price, time_in_force, credentials)
This function is deprecated. Use ExBinance.Rest.CreateOrder.create_order/2 instead..