com.activequant.domainmodel.trade.event
Class OrderFillEvent
java.lang.Object
com.activequant.domainmodel.trade.event.OrderEvent
com.activequant.domainmodel.trade.event.OrderFillEvent
public class OrderFillEvent
- extends OrderEvent
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrderFillEvent
public OrderFillEvent()
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.