Package com.epam.fix.model.fix50.message
Class MarketDataRequest.RelatedSymGroup
java.lang.Object
com.epam.fix.model.fix50.message.MarketDataRequest.RelatedSymGroup
- Enclosing class:
- MarketDataRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidintintvoidsetCurrency(String value) voidsetInstrument(InstrumentBlock value) voidsetLegsGroup(Collection<InstrumentLegBlock> value) voidsetMDEntrySize(Double value) voidsetNoLegs(int value) voidsetNoUnderlyings(int value) voidsetQuoteType(Long value) voidsetSettlDate(Calendar value) voidsetSettlType(String value) voidvoid
-
Constructor Details
-
RelatedSymGroup
public RelatedSymGroup()
-
-
Method Details
-
getInstrument
-
setInstrument
-
getNoUnderlyings
public int getNoUnderlyings() -
setNoUnderlyings
public void setNoUnderlyings(int value) -
getUnderlyingsGroup
-
setUnderlyingsGroup
-
getNoLegs
public int getNoLegs() -
setNoLegs
public void setNoLegs(int value) -
getLegsGroup
-
setLegsGroup
-
getCurrency
-
setCurrency
-
getQuoteType
-
setQuoteType
-
getSettlType
-
setSettlType
-
getSettlDate
-
setSettlDate
-
getMDEntrySize
-
setMDEntrySize
-
toFIX
-
fromFIX
-