quickfix
Class SystemTime
java.lang.Object
quickfix.SystemTime
public class SystemTime
- extends java.lang.Object
A wrapper for the system time source, used primarily for unit testing.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UTC_TIMEZONE
public static final java.util.TimeZone UTC_TIMEZONE
SystemTime
public SystemTime()
currentTimeMillis
public static long currentTimeMillis()
getDate
public static java.util.Date getDate()
setTimeSource
public static void setTimeSource(SystemTimeSource systemTimeSource)
getUtcCalendar
public static java.util.Calendar getUtcCalendar()
getUtcCalendar
public static java.util.Calendar getUtcCalendar(java.util.Date date)