13 lines
485 B
Go
13 lines
485 B
Go
package core
|
|
|
|
const MAIN_ALLCOINS_PERIOD_MINUTES = 1
|
|
const MAIN_ALLCOINS_ONCE_COUNTS = 3
|
|
const MAIN_ALLCOINS_BAR_PERIOD = "3m"
|
|
const ALLCANDLES_PUBLISH = "allCandles|publish"
|
|
const ALLCANDLES_INNER_PUBLISH = "allCandlesInner|publish"
|
|
const ORDER_PUBLISH = "private|order|publish"
|
|
const TICKERINFO_PUBLISH = "tickerInfo|publish"
|
|
const CCYPOSISTIONS_PUBLISH = "ccyPositions|publish"
|
|
const SUBACTIONS_PUBLISH = "subActions|publish"
|
|
const ORDER_RESP_PUBLISH = "private|actionResp|publish"
|