|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.fxcm.fix.UTCTimestamp
com.fxcm.fix.UTCTimeOnly
public class UTCTimeOnly
UTCTimeOnly handles UTC time functionality. Time represented in UTC (Universal Time Coordinated, also known as "GMT")
| Constructor Summary | |
|---|---|
UTCTimeOnly()
Constructor via current UTC time. |
|
UTCTimeOnly(Date aTime)
Constructor via given date object. |
|
UTCTimeOnly(String aTime)
Constructor via given date string. |
|
UTCTimeOnly(String aTime,
boolean aIsTick)
Constructor via given date string. |
|
UTCTimeOnly(UTCTimestamp aTime)
Constructor via given timestamp. |
|
UTCTimeOnly(UTCTimestamp aTime,
boolean aIsTick)
Constructor via given timestamp. |
|
| Method Summary |
|---|
| Methods inherited from class com.fxcm.fix.UTCTimestamp |
|---|
addDuration, compareTo, equals, getLocalDate, getLocalTimeZone, getTime, setDate, setLocalDate, toDate, toDate, toDateRef, toString, toString, toStringMs |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UTCTimeOnly()
public UTCTimeOnly(String aTime)
aTime - date in format "HH:mm:ss"public UTCTimeOnly(Date aTime)
aTime - Date objectpublic UTCTimeOnly(UTCTimestamp aTime)
aTime - UTCTimestamp object
public UTCTimeOnly(UTCTimestamp aTime,
boolean aIsTick)
aTime - UTCTimestamp objectaIsTick - Indicates if this time supposed to be used as tick time
public UTCTimeOnly(String aTime,
boolean aIsTick)
aTime - date in format "HH:mm:ss.SSS"aIsTick - Indicates if this time supposed to be used as tick time
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||