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

Method microseconds

java/lib/src/main/java/io/github/ccxt/Exchange.java:1141–1143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1139 }
1140
1141 public long microseconds() {
1142 return Time.microseconds();
1143 }
1144
1145 public String iso8601(Object timestamp) {
1146 return Time.Iso8601(timestamp);

Callers 1

testMicrosecondsFunction · 0.95

Calls 1

microsecondsMethod · 0.95

Tested by

no test coverage detected