com.epam.cmemdp.marketdata.impl
Interface UpdatableTradeStatistic

All Superinterfaces:
TradeStatistic
All Known Implementing Classes:
TradeStatisticImpl

public interface UpdatableTradeStatistic
extends TradeStatistic


Method Summary
 void addListener(SecurityEventsListener securityEventsListener)
           
 void updateFromIncrement(FIXFieldList message)
           
 void updateFromSnapshot(FIXFieldList message)
           
 
Methods inherited from interface com.epam.cmemdp.marketdata.model.TradeStatistic
getClearedVolume, getFixingPrice, getHiTradePrice, getLastTradePrice, getLastTradeVolume, getLoTradePrice, getOpenInterest, getOpenTradePrice, getSessionHighBid, getSessionLowAsk, getSettlementPrice
 

Method Detail

updateFromSnapshot

void updateFromSnapshot(FIXFieldList message)

updateFromIncrement

void updateFromIncrement(FIXFieldList message)

addListener

void addListener(SecurityEventsListener securityEventsListener)


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