|
||||||||||
| 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.UTCDate
public class UTCDate
UTCDate handles UTC date functionality. Time represented in UTC (Universal Time Coordinated, also known as "GMT")
| Constructor Summary | |
|---|---|
UTCDate()
Constructor via current UTC date. |
|
UTCDate(Date aDate)
Constructor via given date object. |
|
UTCDate(String aDate)
Constructor via given date string. |
|
UTCDate(UTCTimestamp aTime)
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 UTCDate()
public UTCDate(String aDate)
aDate - String object in format "yyyyMMdd"public UTCDate(Date aDate)
aDate - Date objectpublic UTCDate(UTCTimestamp aTime)
aTime - UTCTimestamp object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||