Class QuoteCancel
java.lang.Object
com.epam.fix.meffmodel.fix50sp2.message.QuoteCancel
- All Implemented Interfaces:
com.epam.fix.model.Block,com.epam.fix.model.Message
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidsetParties(PartiesBlock value) voidvoidsetQuoteCancelType(Long value) voidsetQuoteID(String value) voidsetTrailer(SMTBlock value) void
-
Constructor Details
-
QuoteCancel
public QuoteCancel()
-
-
Method Details
-
getHeader
-
setHeader
-
getTrailer
-
setTrailer
-
getQuoteID
-
setQuoteID
-
getQuoteCancelType
-
setQuoteCancelType
-
getParties
-
setParties
-
getQuotCxlEntriesGrp
-
setQuotCxlEntriesGrp
-
toFIX
- Specified by:
toFIXin interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIXin interfacecom.epam.fix.model.Block
-