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 TypeMethodDescriptionvoid
int
int
void
setCurrency
(String value) void
setInstrument
(InstrumentBlock value) void
setLegsGroup
(Collection<InstrumentLegBlock> value) void
setMDEntrySize
(Double value) void
setNoLegs
(int value) void
setNoUnderlyings
(int value) void
setQuoteType
(Long value) void
setSettlDate
(Calendar value) void
setSettlType
(String value) void
void
-
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
-