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 TypeMethodDescriptionvoid
void
void
setParties
(PartiesBlock value) void
void
setQuoteCancelType
(Long value) void
setQuoteID
(String value) void
setTrailer
(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:
toFIX
in interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIX
in interfacecom.epam.fix.model.Block
-