Uses of Class
com.fxcm.fix.UTCTimestamp

Packages that use UTCTimestamp
com.fxcm.fix   
com.fxcm.fix.custom   
com.fxcm.fix.custom.news   
com.fxcm.fix.posttrade   
com.fxcm.fix.pretrade   
com.fxcm.fix.trade   
 

Uses of UTCTimestamp in com.fxcm.fix
 

Subclasses of UTCTimestamp in com.fxcm.fix
 class UTCDate
          UTCDate handles UTC date functionality.
 class UTCTimeOnly
          UTCTimeOnly handles UTC time functionality.
 

Methods in com.fxcm.fix that return UTCTimestamp
 UTCTimestamp UTCTimestamp.addDuration(long aMsec)
          Rolls up or down the timestamp value.
 UTCTimestamp ATradeTransportable.getTransactTime()
          Obtains time of transaction.
 UTCTimestamp IFXCMTimingInterval.truncate(UTCTimestamp aTime)
          Obtains starting time stamp of the interval
 

Methods in com.fxcm.fix with parameters of type UTCTimestamp
 long IFXCMTimingInterval.getDuration(UTCTimestamp aTime)
          Obtains time duration of the interval
 void ATradeTransportable.setTransactTime(UTCTimestamp aTransactTime)
          Updates snapshot time.
 UTCTimestamp IFXCMTimingInterval.truncate(UTCTimestamp aTime)
          Obtains starting time stamp of the interval
 

Constructors in com.fxcm.fix with parameters of type UTCTimestamp
UTCDate(UTCTimestamp aTime)
          Constructor via given timestamp.
UTCTimeOnly(UTCTimestamp aTime)
          Constructor via given timestamp.
UTCTimeOnly(UTCTimestamp aTime, boolean aIsTick)
          Constructor via given timestamp.
UTCTimestamp(UTCTimestamp aTimestamp)
          Constructor via given UTC timestamp (copy constructor).
UTCTimestamp(UTCTimestamp aDate, UTCTimestamp aTime)
          Constructor via given UTC date and time (combine constructor).
 

Uses of UTCTimestamp in com.fxcm.fix.custom
 

Methods in com.fxcm.fix.custom that return UTCTimestamp
 UTCTimestamp ABatchMessage.getTransactTime()
           
 UTCTimestamp AFXCMMessage.getTransactTime()
           
 

Methods in com.fxcm.fix.custom with parameters of type UTCTimestamp
 void ABatchMessage.setTransactTime(UTCTimestamp aTransactTime)
           
 void AFXCMMessage.setTransactTime(UTCTimestamp aTransactTime)
           
 

Uses of UTCTimestamp in com.fxcm.fix.custom.news
 

Methods in com.fxcm.fix.custom.news that return UTCTimestamp
 UTCTimestamp FXCMNewsRequestPage.getTransactTime()
          Get Transaction time
 

Methods in com.fxcm.fix.custom.news with parameters of type UTCTimestamp
 void FXCMNewsRequestPage.setTransactTime(UTCTimestamp adtTransactTime)
          Set Transaction time
 

Uses of UTCTimestamp in com.fxcm.fix.posttrade
 

Methods in com.fxcm.fix.posttrade that return UTCTimestamp
 UTCTimestamp ClosedPositionReport.getFXCMPosCloseTime()
          Obtains the time at which the position was closed
 
 UTCTimestamp PositionReport.getFXCMPosOpenTime()
          Obtains creation time
 
 UTCTimestamp RequestForPositions.getTransactTime()
          Get the transaction time for this request
 

Methods in com.fxcm.fix.posttrade with parameters of type UTCTimestamp
 void ClosedPositionReport.setFXCMPosCloseTime(UTCTimestamp aFxcmPosCloseTime)
          Sets the time at which this position was closed
 void PositionReport.setFXCMPosOpenTime(UTCTimestamp aFxcmPosTime)
          Updates Creation time
 
 void RequestForPositions.setTransactTime(UTCTimestamp aTransactTime)
          Set the transact time of this object
 

Uses of UTCTimestamp in com.fxcm.fix.pretrade
 

Methods in com.fxcm.fix.pretrade that return UTCTimestamp
 UTCTimestamp MarketDataSnapshot.getCloseTimestamp()
          Obtains ending snapshot timestamp.
 UTCTimestamp MarketDataRequest.getEndTimestamp()
          Obtains ending time for historical snapshots.
 UTCTimestamp MarketDataSnapshot.getOpenTimestamp()
          Obtains starting snapshot timestamp.
 UTCTimestamp MarketDataSnapshot.getOpenTimestampRef()
          Deprecated. use getOpenTimestamp() instead
 UTCTimestamp EMail.getOrigTime()
           
 UTCTimestamp News.getOrigTime()
          Gets original time (GMT).
 UTCTimestamp MarketDataRequest.getStartTimestamp()
          Obtains starting time for historical snapshots.
 UTCTimestamp TradingSessionStatus.getTradSesCloseTime()
          Obtains closing time of current trading session.
 UTCTimestamp TradingSessionStatus.getTradSesOpenTime()
          Obtains opening time of current trading session.
 UTCTimestamp TradingSessionStatus.getTradSesStartTime()
          Obtains starting time of next trading session.
 UTCTimestamp News.getTransactTime()
          Gets transact time (GMT).
 UTCTimestamp Quote.getTransactTime()
          Obtains time of transaction.
 UTCTimestamp QuoteResponse.getTransactTime()
          Obtains time of transaction.
 UTCTimestamp TradingSessionStatus.getTransactTime()
          Current Server time
 UTCTimestamp Quote.getValidUntilTime()
          Obtains the valid date, Indicates expiration time of indication message (always expressed in UTC - Universal Time Coordinated, also known as "GMT")
 

Methods in com.fxcm.fix.pretrade with parameters of type UTCTimestamp
 void MarketDataSnapshot.setOpenTimestamp(UTCTimestamp aTime)
          Update date and time fields.
 void EMail.setOrigTime(UTCTimestamp aOrigTime)
           
 void News.setOrigTime(UTCTimestamp adtOrigTime)
          Sets original time.
 void TradingSessionStatus.setTradSesCloseTime(UTCTimestamp aTradSesCloseTime)
          Updates closing time of current Trading Session.
 void TradingSessionStatus.setTradSesOpenTime(UTCTimestamp aTradSesOpenTime)
          Updates opening time of current Trading Session.
 void TradingSessionStatus.setTradSesStartTime(UTCTimestamp aTradSesStartTime)
          Updates starting time of next Trading Session.
 void News.setTransactTime(UTCTimestamp adtTransactTime)
          Sets transact time.
 void Quote.setTransactTime(UTCTimestamp aTransactTime)
          Updates snapshot time.
 void QuoteResponse.setTransactTime(UTCTimestamp aTransactTime)
          Updates snapshot time.
 void TradingSessionStatus.setTransactTime(UTCTimestamp aTransactTime)
          Sets the transaction time
 void Quote.setValidUntilTime(UTCTimestamp aValidUntilTime)
          Sets the valid date, Indicates expiration time of indication message (always expressed in UTC - Universal Time Coordinated, also known as "GMT")
 

Uses of UTCTimestamp in com.fxcm.fix.trade
 

Methods in com.fxcm.fix.trade that return UTCTimestamp
 UTCTimestamp ExecutionReport.getEffectiveTime()
          datetime of start of value date in system calendar
 UTCTimestamp ExecutionReport.getExpireTime()
          datetime of last tradable second of order in system calendar
 UTCTimestamp OrderCancelReject.getTransactTime()
          Obtains time of transaction.
 UTCTimestamp OrderList.getTransactTime()
          Obtains time of transaction.
 

Methods in com.fxcm.fix.trade with parameters of type UTCTimestamp
 void ExecutionReport.setEffectiveTime(UTCTimestamp aEffectiveTime)
          datetime of start of value date in system calendar
 void ExecutionReport.setExpireTime(UTCTimestamp aExpireTime)
          datetime of last tradable second of order in system calendar
 void OrderCancelReject.setTransactTime(UTCTimestamp aTransactTime)
          Updates snapshot time.
 void OrderList.setTransactTime(UTCTimestamp aTransactTime)
          Updates snapshot time.
 



Copyright © 2012 FXCM, LLC. All Rights Reserved.