com.epam.cmemdp.marketdata.impl
Class ImpliedBookPriceDataImpl
java.lang.Object
com.epam.cmemdp.marketdata.impl.ImpliedBookPriceDataImpl
- All Implemented Interfaces:
- UpdatableImpliedBookPrice, ImpliedBookPriceData
- Direct Known Subclasses:
- ImpliedBookPriceLevelImpl
public class ImpliedBookPriceDataImpl
- extends java.lang.Object
- implements ImpliedBookPriceData, UpdatableImpliedBookPrice
Field Summary |
protected boolean |
isEmpty
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isEmpty
protected boolean isEmpty
ImpliedBookPriceDataImpl
public ImpliedBookPriceDataImpl()
ImpliedBookPriceDataImpl
public ImpliedBookPriceDataImpl(double quantity,
double price)
getQuantity
public double getQuantity()
- Specified by:
getQuantity
in interface ImpliedBookPriceData
setQuantity
public void setQuantity(double quantity)
- Specified by:
setQuantity
in interface UpdatableImpliedBookPrice
getPrice
public double getPrice()
- Specified by:
getPrice
in interface ImpliedBookPriceData
setPrice
public void setPrice(double price)
- Specified by:
setPrice
in interface UpdatableImpliedBookPrice
clear
public void clear()
- Specified by:
clear
in interface UpdatableImpliedBookPrice
updateFromEntry
public void updateFromEntry(FIXFieldList entry)
- Specified by:
updateFromEntry
in interface UpdatableImpliedBookPrice
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interface ImpliedBookPriceData
Copyright © 2000-2014 EPAM Systems. All Rights Reserved.