com.epam.cmemdp.marketdata.impl
Class ImpliedBookPriceLevelImpl

java.lang.Object
  extended by com.epam.cmemdp.marketdata.impl.ImpliedBookPriceDataImpl
      extended by com.epam.cmemdp.marketdata.impl.ImpliedBookPriceLevelImpl
All Implemented Interfaces:
UpdatableImpliedBookPrice, UpdatableImpliedBookPriceLevel, ImpliedBookPriceData, ImpliedBookPriceLevel

public class ImpliedBookPriceLevelImpl
extends ImpliedBookPriceDataImpl
implements ImpliedBookPriceLevel, UpdatableImpliedBookPriceLevel


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

priceLevel

public int priceLevel
Constructor Detail

ImpliedBookPriceLevelImpl

public ImpliedBookPriceLevelImpl()

ImpliedBookPriceLevelImpl

public ImpliedBookPriceLevelImpl(int priceLevel)
Method Detail

getPriceLevel

public int getPriceLevel()
Specified by:
getPriceLevel in interface ImpliedBookPriceLevel

setPriceLevel

public void setPriceLevel(int priceLevel)
Specified by:
setPriceLevel in interface UpdatableImpliedBookPriceLevel

updateFromEntry

public void updateFromEntry(int priceLevel,
                            FIXFieldList entry)
Specified by:
updateFromEntry in interface UpdatableImpliedBookPriceLevel

clear

public void clear()
Specified by:
clear in interface UpdatableImpliedBookPrice
Overrides:
clear in class ImpliedBookPriceDataImpl


Copyright © 2000-2014 EPAM Systems. All Rights Reserved.