com.fxcm.fix
Class UTCDate

java.lang.Object
  extended by com.fxcm.fix.UTCTimestamp
      extended by com.fxcm.fix.UTCDate
All Implemented Interfaces:
Serializable, Comparable

public class UTCDate
extends UTCTimestamp

UTCDate handles UTC date functionality. Time represented in UTC (Universal Time Coordinated, also known as "GMT")

See Also:
Serialized Form

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

UTCDate

public UTCDate()
Constructor via current UTC date.


UTCDate

public UTCDate(String aDate)
Constructor via given date string.

Parameters:
aDate - String object in format "yyyyMMdd"

UTCDate

public UTCDate(Date aDate)
Constructor via given date object.

Parameters:
aDate - Date object

UTCDate

public UTCDate(UTCTimestamp aTime)
Constructor via given timestamp.

Parameters:
aTime - UTCTimestamp object


Copyright © 2012 FXCM, LLC. All Rights Reserved.