com.epam.cmemdp.marketdata.model
Interface TradeStatistic
- All Known Subinterfaces:
- UpdatableTradeStatistic
- All Known Implementing Classes:
- TradeStatisticImpl
public interface TradeStatistic
getLoTradePrice
double getLoTradePrice()
getHiTradePrice
double getHiTradePrice()
getLastTradePrice
double getLastTradePrice()
getOpenTradePrice
double getOpenTradePrice()
getLastTradeVolume
long getLastTradeVolume()
getSettlementPrice
double getSettlementPrice()
getClearedVolume
long getClearedVolume()
getOpenInterest
double getOpenInterest()
getSessionHighBid
double getSessionHighBid()
getSessionLowAsk
double getSessionLowAsk()
getFixingPrice
double getFixingPrice()
Copyright © 2000-2014 EPAM Systems. All Rights Reserved.