com.activequant.tools.streaming
Class TimeStreamEvent

java.lang.Object
  extended by com.activequant.domainmodel.PersistentEntity
      extended by com.activequant.tools.streaming.StreamEvent
          extended by com.activequant.tools.streaming.TimeStreamEvent
Direct Known Subclasses:
MarketDataEvent, ReferenceDataEvent, TradingDataEvent

public class TimeStreamEvent
extends StreamEvent


Constructor Summary
TimeStreamEvent(TimeStamp ts)
           
TimeStreamEvent(TimeStamp ts, String className)
           
 
Method Summary
 ETransportType getEventType()
           
 String getId()
           
 TimeStamp getTimeStamp()
           
 
Methods inherited from class com.activequant.domainmodel.PersistentEntity
clearMap, convertValueToType, getClassName, getCreationTime, getDeletionTime, getSnapshotTime, initFromMap, nullSafe, propertyMap, setClassName, setCreationTime, setDeletionTime, setSnapshotTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeStreamEvent

public TimeStreamEvent(TimeStamp ts)

TimeStreamEvent

public TimeStreamEvent(TimeStamp ts,
                       String className)
Method Detail

getEventType

public ETransportType getEventType()
Specified by:
getEventType in class StreamEvent

getTimeStamp

public TimeStamp getTimeStamp()
Specified by:
getTimeStamp in class StreamEvent

getId

public String getId()
Specified by:
getId in class PersistentEntity


Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.