com.activequant.domainmodel.trade.event
Class OrderFillEvent

java.lang.Object
  extended by com.activequant.domainmodel.trade.event.OrderEvent
      extended by com.activequant.domainmodel.trade.event.OrderFillEvent

public class OrderFillEvent
extends OrderEvent


Constructor Summary
OrderFillEvent()
           
 
Method Summary
 double getFillAmount()
           
 double getFillPrice()
           
 void setFillAmount(double fillAmount)
           
 void setFillPrice(double fillPrice)
           
 
Methods inherited from class com.activequant.domainmodel.trade.event.OrderEvent
getCreationTimeStamp, setCreationTimeStamp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderFillEvent

public OrderFillEvent()
Method Detail

getFillPrice

public double getFillPrice()

setFillPrice

public void setFillPrice(double fillPrice)

getFillAmount

public double getFillAmount()

setFillAmount

public void setFillAmount(double fillAmount)


Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.