MCPcopy Index your code
hub / github.com/ccxt/ccxt / roundTimeframe

Method roundTimeframe

java/lib/src/main/java/io/github/ccxt/Exchange.java:1193–1195  ·  view source on GitHub ↗
(Object timeframe, Object timestamp)

Source from the content-addressed store, hash-verified

1191
1192 //=== MISC HELPERS ===//
1193 public Object roundTimeframe(Object timeframe, Object timestamp) {
1194 return Misc.roundTimeframe(timeframe, timestamp);
1195 }
1196
1197 public Object roundTimeframe(Object timeframe, Object timestamp, Object direction) {
1198 return Misc.roundTimeframe(timeframe, timestamp, direction);

Callers 3

testRoundTimeframeFunction · 0.95
testRoundTimeframeFunction · 0.95
testDatetimeMethod · 0.95

Calls 1

roundTimeframeMethod · 0.95

Tested by 1

testDatetimeMethod · 0.76