@@ -379,8 +379,8 @@ func (this *ace) FetchTicker(symbol interface{}, optionalArgs ...interface{}) <
379
379
params := GetArg (optionalArgs , 0 , map [string ]interface {} {})
380
380
_ = params
381
381
382
- retRes337086 := (<- this .LoadMarkets ())
383
- PanicOnError (retRes337086 )
382
+ retRes824444 := (<- this .LoadMarkets ())
383
+ PanicOnError (retRes824444 )
384
384
var market interface {} = this .Market (symbol )
385
385
386
386
response := (<- this .PublicGetOapiV2ListTradePrice (params ))
@@ -422,8 +422,8 @@ func (this *ace) FetchTickers(optionalArgs ...interface{}) <- chan interface{}
422
422
params := GetArg (optionalArgs , 1 , map [string ]interface {} {})
423
423
_ = params
424
424
425
- retRes599589 := (<- this .LoadMarkets ())
426
- PanicOnError (retRes599589 )
425
+ retRes793217 := (<- this .LoadMarkets ())
426
+ PanicOnError (retRes793217 )
427
427
428
428
response := (<- this .PublicGetOapiV2ListTradePrice ())
429
429
PanicOnError (response )
@@ -472,8 +472,8 @@ func (this *ace) FetchOrderBook(symbol interface{}, optionalArgs ...interface{}
472
472
params := GetArg (optionalArgs , 1 , map [string ]interface {} {})
473
473
_ = params
474
474
475
- retRes960042 := (<- this .LoadMarkets ())
476
- PanicOnError (retRes960042 )
475
+ retRes437359 := (<- this .LoadMarkets ())
476
+ PanicOnError (retRes437359 )
477
477
var market interface {} = this .Market (symbol )
478
478
var request interface {} = map [string ]interface {} {
479
479
"quoteCurrencyId" : GetValue (market , "quoteId" ),
@@ -580,8 +580,8 @@ func (this *ace) FetchOHLCV(symbol interface{}, optionalArgs ...interface{}) <-
580
580
params := GetArg (optionalArgs , 3 , map [string ]interface {} {})
581
581
_ = params
582
582
583
- retRes771802 := (<- this .LoadMarkets ())
584
- PanicOnError (retRes771802 )
583
+ retRes447345 := (<- this .LoadMarkets ())
584
+ PanicOnError (retRes447345 )
585
585
var market interface {} = this .Market (symbol )
586
586
var request interface {} = map [string ]interface {} {
587
587
"duration" : GetValue (this .Timeframes , timeframe ),
@@ -752,8 +752,8 @@ func (this *ace) CreateOrder(symbol interface{}, typeVar interface{}, side inte
752
752
params := GetArg (optionalArgs , 1 , map [string ]interface {} {})
753
753
_ = params
754
754
755
- retRes251694 := (<- this .LoadMarkets ())
756
- PanicOnError (retRes251694 )
755
+ retRes398044 := (<- this .LoadMarkets ())
756
+ PanicOnError (retRes398044 )
757
757
var market interface {} = this .Market (symbol )
758
758
var orderType interface {} = ToUpper (typeVar )
759
759
var orderSide interface {} = ToUpper (side )
@@ -806,8 +806,8 @@ func (this *ace) CancelOrder(id interface{}, optionalArgs ...interface{}) <- ch
806
806
params := GetArg (optionalArgs , 1 , map [string ]interface {} {})
807
807
_ = params
808
808
809
- retRes985368 := (<- this .LoadMarkets ())
810
- PanicOnError (retRes985368 )
809
+ retRes129383 := (<- this .LoadMarkets ())
810
+ PanicOnError (retRes129383 )
811
811
var request interface {} = map [string ]interface {} {
812
812
"orderNo" : id ,
813
813
}
@@ -849,8 +849,8 @@ func (this *ace) FetchOrder(id interface{}, optionalArgs ...interface{}) <- cha
849
849
params := GetArg (optionalArgs , 1 , map [string ]interface {} {})
850
850
_ = params
851
851
852
- retRes827106 := (<- this .LoadMarkets ())
853
- PanicOnError (retRes827106 )
852
+ retRes69713 := (<- this .LoadMarkets ())
853
+ PanicOnError (retRes69713 )
854
854
var request interface {} = map [string ]interface {} {
855
855
"orderNo" : id ,
856
856
}
@@ -915,8 +915,8 @@ func (this *ace) FetchOpenOrders(optionalArgs ...interface{}) <- chan interface
915
915
panic (ArgumentsRequired (Add (this .Id , " fetchOpenOrders() requires a symbol argument" )))
916
916
}
917
917
918
- retRes258726 := (<- this .LoadMarkets ())
919
- PanicOnError (retRes258726 )
918
+ retRes752715 := (<- this .LoadMarkets ())
919
+ PanicOnError (retRes752715 )
920
920
var market interface {} = this .Market (symbol )
921
921
var request interface {} = map [string ]interface {} {
922
922
"quoteCurrencyId" : GetValue (market , "quoteId" ),
@@ -1072,8 +1072,8 @@ func (this *ace) FetchOrderTrades(id interface{}, optionalArgs ...interface{})
1072
1072
params := GetArg (optionalArgs , 3 , map [string ]interface {} {})
1073
1073
_ = params
1074
1074
1075
- retRes714038 := (<- this .LoadMarkets ())
1076
- PanicOnError (retRes714038 )
1075
+ retRes920717 := (<- this .LoadMarkets ())
1076
+ PanicOnError (retRes920717 )
1077
1077
var market interface {} = this .SafeMarket (symbol )
1078
1078
var request interface {} = map [string ]interface {} {
1079
1079
"orderNo" : id ,
@@ -1148,8 +1148,8 @@ func (this *ace) FetchMyTrades(optionalArgs ...interface{}) <- chan interface{}
1148
1148
params := GetArg (optionalArgs , 3 , map [string ]interface {} {})
1149
1149
_ = params
1150
1150
1151
- retRes737407 := (<- this .LoadMarkets ())
1152
- PanicOnError (retRes737407 )
1151
+ retRes672506 := (<- this .LoadMarkets ())
1152
+ PanicOnError (retRes672506 )
1153
1153
var market interface {} = this .SafeMarket (symbol )
1154
1154
var request interface {} = map [string ]interface {} {}
1155
1155
if IsTrue (! IsEqual (GetValue (market , "id" ), nil )) {
@@ -1245,8 +1245,8 @@ func (this *ace) FetchBalance(optionalArgs ...interface{}) <- chan interface{}
1245
1245
params := GetArg (optionalArgs , 0 , map [string ]interface {} {})
1246
1246
_ = params
1247
1247
1248
- retRes234754 := (<- this .LoadMarkets ())
1249
- PanicOnError (retRes234754 )
1248
+ retRes486969 := (<- this .LoadMarkets ())
1249
+ PanicOnError (retRes486969 )
1250
1250
1251
1251
response := (<- this .PrivatePostV2CoinCustomerAccount (params ))
1252
1252
PanicOnError (response )
0 commit comments