|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.epam.cmemdp.marketdata.impl.ImpliedBookPriceDataImpl com.epam.cmemdp.marketdata.impl.ImpliedBookPriceLevelImpl
public class ImpliedBookPriceLevelImpl
Field Summary | |
---|---|
int |
priceLevel
|
Fields inherited from class com.epam.cmemdp.marketdata.impl.ImpliedBookPriceDataImpl |
---|
isEmpty |
Constructor Summary | |
---|---|
ImpliedBookPriceLevelImpl()
|
|
ImpliedBookPriceLevelImpl(int priceLevel)
|
Method Summary | |
---|---|
void |
clear()
|
int |
getPriceLevel()
|
void |
setPriceLevel(int priceLevel)
|
void |
updateFromEntry(int priceLevel,
FIXFieldList entry)
|
Methods inherited from class com.epam.cmemdp.marketdata.impl.ImpliedBookPriceDataImpl |
---|
getPrice, getQuantity, isEmpty, setPrice, setQuantity, updateFromEntry |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.epam.cmemdp.marketdata.impl.UpdatableImpliedBookPrice |
---|
setPrice, setQuantity, updateFromEntry |
Methods inherited from interface com.epam.cmemdp.marketdata.model.ImpliedBookPriceData |
---|
getPrice, getQuantity, isEmpty |
Field Detail |
---|
public int priceLevel
Constructor Detail |
---|
public ImpliedBookPriceLevelImpl()
public ImpliedBookPriceLevelImpl(int priceLevel)
Method Detail |
---|
public int getPriceLevel()
getPriceLevel
in interface ImpliedBookPriceLevel
public void setPriceLevel(int priceLevel)
setPriceLevel
in interface UpdatableImpliedBookPriceLevel
public void updateFromEntry(int priceLevel, FIXFieldList entry)
updateFromEntry
in interface UpdatableImpliedBookPriceLevel
public void clear()
clear
in interface UpdatableImpliedBookPrice
clear
in class ImpliedBookPriceDataImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |