v5sdkgo
This commit is contained in:
parent
0e5072effd
commit
a661a8d557
1
const.go
1
const.go
@ -4,6 +4,7 @@ const MAIN_ALLCOINS_PERIOD_MINUTES = 1
|
||||
const MAIN_ALLCOINS_ONCE_COUNTS = 3
|
||||
const MAIN_ALLCOINS_BAR_PERIOD = "3m"
|
||||
const ALLCANDLES_PUBLISH = "allCandles|publish"
|
||||
const ALLMAXES_PUBLISH = "allMaxes|publish"
|
||||
const ALLCANDLES_INNER_PUBLISH = "allCandlesInner|publish"
|
||||
const ORDER_PUBLISH = "private|order|publish"
|
||||
const TICKERINFO_PUBLISH = "tickerInfo|publish"
|
||||
|
3
go.mod
3
go.mod
@ -10,12 +10,11 @@ replace (
|
||||
go 1.21
|
||||
|
||||
require (
|
||||
github/com/phyer/v5sdkgo v0.1.0
|
||||
github.com/bitly/go-simplejson v0.5.0
|
||||
github.com/go-redis/redis v6.15.9+incompatible
|
||||
github.com/phyer/texus v0.0.0-20241207132635-0e7fb63f8196
|
||||
github.com/sirupsen/logrus v1.9.3
|
||||
v5sdk_go/rest v0.0.0-00010101000000-000000000000
|
||||
v5sdk_go/ws v0.0.0-00010101000000-000000000000
|
||||
)
|
||||
|
||||
require (
|
||||
|
Loading…
x
Reference in New Issue
Block a user