MCPcopy Create free account
hub / github.com/ccxt/ccxt / parseInt

Function parseInt

go/tests/base/test.helpers.go:279–281  ·  view source on GitHub ↗
(input interface{})

Source from the content-addressed store, hash-verified

277}
278
279func parseInt(input interface{}) interface{} {
280 return ccxt.ParseInt(input)
281}
282
283func ParseFloat(input interface{}) interface{} {
284 return ccxt.ParseFloat(input)

Callers 15

fetchMarketsMethod · 0.85
parseAccountPositionMethod · 0.85
parsePositionRiskMethod · 0.85
parseCurrencyMethod · 0.85
fetchMyTradesMethod · 0.85
fetchOpenOrdersMethod · 0.85
fetchMarketsMethod · 0.85
cancelOrderMethod · 0.85
fetchOpenOrderMethod · 0.85
fetchClosedOrderMethod · 0.85
fetchOrderTradesMethod · 0.85
fetchBalanceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…