public interface UpdatableBookPrice extends BookPriceData
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
setOrderCount(int orderCount) |
void |
setPrice(double price) |
void |
setQuantity(double quantity) |
void |
updateFromEntry(com.epam.fix.message.FIXFieldList entry) |
getOrderCountgetPrice, getQuantity, isEmptyCopyright © 2000–2025 EPAM Systems. All rights reserved.