com.epam.cmemdp.marketdata.impl
Interface UpdatableSecurityDefinition

All Superinterfaces:
SecurityDefinition
All Known Implementing Classes:
SecurityDefinitionImpl

public interface UpdatableSecurityDefinition
extends SecurityDefinition


Method Summary
 boolean isNew()
           
 void setNew(boolean flag)
           
 void setSecurityId(java.lang.Long securityId)
           
 void updateFromMessage(FIXFieldList msg)
           
 
Methods inherited from interface com.epam.cmemdp.marketdata.model.SecurityDefinition
getApplId, getAsset, getCFICode, getClearedVolume, getContractMultiplier, getContractMultiplierUnit, getCurrency, getDecayQty, getDecayStartDate, getDisplayFactor, getFlowScheduleType, getHighLimitPrice, getLastUpdateTime, getLegs, getLowLimitPrice, getMainFraction, getMarketDepth, getMarketSegmentId, getMatchAlgorithm, getMatchEventIndicator, getMaturityMonthYear, getMaxPriceVariation, getMaxTradeVol, getMDSecurityTradingStatus, getMinCabPrice, getMinLotSize, getMinPriceIncrement, getMinTradeVol, getNbInstAttribs, getOpenInterestQty, getOriginalContractSize, getPriceDisplayFormat, getPriceRatio, getSecDefEvents, getSecurityDesc, getSecurityExchange, getSecurityGroup, getSecurityId, getSecurityIdSource, getSecuritySubType, getSecurityType, getSecurityUpdateAction, getSettlCurrency, getSettlPriceType, getStrikeCurrency, getStrikePrice, getSubFraction, getSymbol, getTickRule, getTradingReferencePrice, getUnderlyingProduct, getUnderlyings, getUnitOfMeasure, getUnitOfMeasureQty, getUserDefinedInstrument, hasMDFeedType, hasMinLotSize
 

Method Detail

updateFromMessage

void updateFromMessage(FIXFieldList msg)

setSecurityId

void setSecurityId(java.lang.Long securityId)

isNew

boolean isNew()

setNew

void setNew(boolean flag)


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