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) |
getOrderCount
getPrice, getQuantity, isEmpty
Copyright © 2000–2025 EPAM Systems. All rights reserved.