Class IndicationofInterest
java.lang.Object
com.epam.fix.model.fix50sp2.message.IndicationofInterest
- All Implemented Interfaces:
com.epam.fix.model.Block
,com.epam.fix.model.Message
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getIOIID()
getPrice()
getSide()
getText()
void
void
setCurrency
(String value) void
setEncodedText
(String value) void
setEncodedTextLen
(Long value) void
void
void
void
setInstrument
(InstrumentBlock value) void
void
setIOINaturalFlag
(Boolean value) void
setIOIQltyInd
(Character value) void
void
setIOIQualGrp
(IOIQualGrpBlock value) void
setIOIRefID
(String value) void
setIOITransType
(Character value) void
setOrderQtyData
(OrderQtyDataBlock value) void
setParties
(PartiesBlock value) void
void
setPriceType
(Long value) void
setQtyType
(Long value) void
setRoutingGrp
(RoutingGrpBlock value) void
void
void
setStipulations
(StipulationsBlock value) void
void
setTrailer
(SMTBlock value) void
setTransactTime
(Calendar value) void
void
setURLLink
(String value) void
setValidUntilTime
(Calendar value) void
setYieldData
(YieldDataBlock value) void
-
Constructor Details
-
IndicationofInterest
public IndicationofInterest()
-
-
Method Details
-
getHeader
-
setHeader
-
getTrailer
-
setTrailer
-
getApplicationSequenceControl
-
setApplicationSequenceControl
-
getIOIID
-
setIOIID
-
getIOITransType
-
setIOITransType
-
getIOIRefID
-
setIOIRefID
-
getInstrument
-
setInstrument
-
getParties
-
setParties
-
getFinancingDetails
-
setFinancingDetails
-
getUndInstrmtGrp
-
setUndInstrmtGrp
-
getSide
-
setSide
-
getQtyType
-
setQtyType
-
getOrderQtyData
-
setOrderQtyData
-
getIOIQty
-
setIOIQty
-
getCurrency
-
setCurrency
-
getStipulations
-
setStipulations
-
getInstrmtLegIOIGrp
-
setInstrmtLegIOIGrp
-
getPriceType
-
setPriceType
-
getPrice
-
setPrice
-
getValidUntilTime
-
setValidUntilTime
-
getIOIQltyInd
-
setIOIQltyInd
-
getIOINaturalFlag
-
setIOINaturalFlag
-
getIOIQualGrp
-
setIOIQualGrp
-
getText
-
setText
-
getEncodedTextLen
-
setEncodedTextLen
-
getEncodedText
-
setEncodedText
-
getTransactTime
-
setTransactTime
-
getURLLink
-
setURLLink
-
getRoutingGrp
-
setRoutingGrp
-
getSpreadOrBenchmarkCurveData
-
setSpreadOrBenchmarkCurveData
-
getYieldData
-
setYieldData
-
toFIX
- Specified by:
toFIX
in interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIX
in interfacecom.epam.fix.model.Block
-