com.activequant.tools.streaming
Class ReferenceDataEvent

java.lang.Object
  extended by com.activequant.domainmodel.PersistentEntity
      extended by com.activequant.tools.streaming.StreamEvent
          extended by com.activequant.tools.streaming.TimeStreamEvent
              extended by com.activequant.tools.streaming.ReferenceDataEvent

public abstract class ReferenceDataEvent
extends TimeStreamEvent


Constructor Summary
ReferenceDataEvent(TimeStamp ts, String className, Instrument instr)
           
 
Method Summary
 ETransportType getEventType()
           
 String getId()
           
 Instrument getInstrument()
           
 
Methods inherited from class com.activequant.tools.streaming.TimeStreamEvent
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

ReferenceDataEvent

public ReferenceDataEvent(TimeStamp ts,
                          String className,
                          Instrument instr)
Method Detail

getEventType

public ETransportType getEventType()
Overrides:
getEventType in class TimeStreamEvent

getId

public String getId()
Overrides:
getId in class TimeStreamEvent

getInstrument

public Instrument getInstrument()


Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.