Versions in this module Expand all Collapse all v0 v0.1.2 Feb 6, 2023 Changes in this version + const DELIMITER + func Assets2TradingPair(baseAsset, quoteAsset string) (symbol string) + func CalBigNotional(price, qty int64) *big.Int + func CalBigNotionalInt64(price, qty int64) int64 + func CalcLotSize(price int64) int64 + func CalcPriceWMA(prices *utils.FixedSizeRing) int64 + func CalcTickSize(price int64) int64 + func IsExceedMaxNotional(price, qty int64) bool + func IsMiniTokenTradingPair(symbol string) bool + func IsUnderMinNotional(price, qty int64) bool + func TradingPair2Assets(symbol string) (baseAsset, quoteAsset string, err error) + func TradingPair2AssetsSafe(symbol string) (baseAsset, quoteAsset string)