com.activequant.tools.streaming
Class TradingDataEvent

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.TradingDataEvent

public abstract class TradingDataEvent
extends TimeStreamEvent


Constructor Summary
TradingDataEvent(TimeStamp ts, String className, TradeableInstrument instr)
           
 
Method Summary
 ETransportType getEventType()
           
 String getId()
           
 TradeableInstrument getTradInst()
           
 
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

TradingDataEvent

public TradingDataEvent(TimeStamp ts,
                        String className,
                        TradeableInstrument instr)
Method Detail

getEventType

public ETransportType getEventType()
Overrides:
getEventType in class TimeStreamEvent

getId

public String getId()
Overrides:
getId in class TimeStreamEvent

getTradInst

public TradeableInstrument getTradInst()


Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.