public class ImpliedBookPriceDataImpl extends Object implements ImpliedBookPriceData, UpdatableImpliedBookPrice
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isEmpty |
| Constructor and Description |
|---|
ImpliedBookPriceDataImpl() |
ImpliedBookPriceDataImpl(double quantity,
double price) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
double |
getPrice() |
double |
getQuantity() |
boolean |
isEmpty() |
void |
setPrice(double price) |
void |
setQuantity(double quantity) |
void |
updateFromEntry(com.epam.fix.message.FIXFieldList entry) |
public ImpliedBookPriceDataImpl()
public ImpliedBookPriceDataImpl(double quantity,
double price)
public double getQuantity()
getQuantity in interface ImpliedBookPriceDatapublic void setQuantity(double quantity)
setQuantity in interface UpdatableImpliedBookPricepublic double getPrice()
getPrice in interface ImpliedBookPriceDatapublic void setPrice(double price)
setPrice in interface UpdatableImpliedBookPricepublic void clear()
clear in interface UpdatableImpliedBookPricepublic void updateFromEntry(com.epam.fix.message.FIXFieldList entry)
updateFromEntry in interface UpdatableImpliedBookPricepublic boolean isEmpty()
isEmpty in interface ImpliedBookPriceDataCopyright © 2000–2025 EPAM Systems. All rights reserved.