MCPcopy Index your code
hub / github.com/ccxt/ccxt / createOrders

Method createOrders

java/lib/src/main/java/io/github/ccxt/Exchange.java:10700–10709  ·  view source on GitHub ↗
(Object orders, Object... optionalArgs)

Source from the content-addressed store, hash-verified

10698 }
10699
10700 public java.util.concurrent.CompletableFuture<Object> createOrders(Object orders, Object... optionalArgs)
10701 {
10702
10703 return java.util.concurrent.CompletableFuture.supplyAsync(() -> {
10704
10705 Object parameters = Helpers.getArg(optionalArgs, 0, new java.util.HashMap<String, Object>() {{}});
10706 throw new NotSupported((String)Helpers.add(this.id, " createOrders() is not supported yet")) ;
10707 });
10708
10709 }
10710
10711 public java.util.concurrent.CompletableFuture<Object> createSpotOrders(Object orders, Object... optionalArgs)
10712 {

Callers 1

testBinanceMethod · 0.95

Calls 2

getArgMethod · 0.95
addMethod · 0.95

Tested by 1

testBinanceMethod · 0.76