com.paritytrading.juncture.cboe.fx.itch.Clock Maven / Gradle / Ivy
package com.paritytrading.juncture.cboe.fx.itch;
interface Clock {
long currentTimeMillis();
}
package com.paritytrading.juncture.cboe.fx.itch;
interface Clock {
long currentTimeMillis();
}