Class IndicationofInterest
java.lang.Object
com.epam.fix.model.fix50sp1.message.IndicationofInterest
- All Implemented Interfaces:
com.epam.fix.model.Block
,com.epam.fix.model.Message
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
class
class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getIOIID()
int
int
int
int
getPrice()
getSide()
getText()
void
void
setCurrency
(String value) void
setEncodedText
(String value) void
setEncodedTextLen
(Long value) void
void
void
setInstrument
(InstrumentBlock value) void
void
setIOINaturalFlag
(Boolean value) void
setIOIQltyInd
(Character value) void
void
void
setIOIRefID
(String value) void
setIOITransType
(Character value) void
void
setNoIOIQualifiers
(int value) void
setNoLegs
(int value) void
setNoRoutingIDs
(int value) void
setNoUnderlyings
(int value) void
setOrderQtyData
(OrderQtyDataBlock value) void
setParties
(PartiesBlock value) void
void
setPriceType
(Long value) void
setQtyType
(Long value) void
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
-
getNoUnderlyings
public int getNoUnderlyings() -
setNoUnderlyings
public void setNoUnderlyings(int value) -
getUnderlyingsGroup
-
setUnderlyingsGroup
-
getSide
-
setSide
-
getQtyType
-
setQtyType
-
getOrderQtyData
-
setOrderQtyData
-
getIOIQty
-
setIOIQty
-
getCurrency
-
setCurrency
-
getStipulations
-
setStipulations
-
getNoLegs
public int getNoLegs() -
setNoLegs
public void setNoLegs(int value) -
getLegsGroup
-
setLegsGroup
-
getPriceType
-
setPriceType
-
getPrice
-
setPrice
-
getValidUntilTime
-
setValidUntilTime
-
getIOIQltyInd
-
setIOIQltyInd
-
getIOINaturalFlag
-
setIOINaturalFlag
-
getNoIOIQualifiers
public int getNoIOIQualifiers() -
setNoIOIQualifiers
public void setNoIOIQualifiers(int value) -
getIOIQualifiersGroup
-
setIOIQualifiersGroup
-
getText
-
setText
-
getEncodedTextLen
-
setEncodedTextLen
-
getEncodedText
-
setEncodedText
-
getTransactTime
-
setTransactTime
-
getURLLink
-
setURLLink
-
getNoRoutingIDs
public int getNoRoutingIDs() -
setNoRoutingIDs
public void setNoRoutingIDs(int value) -
getRoutingIDsGroup
-
setRoutingIDsGroup
-
getSpreadOrBenchmarkCurveData
-
setSpreadOrBenchmarkCurveData
-
getYieldData
-
setYieldData
-
toFIX
- Specified by:
toFIX
in interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIX
in interfacecom.epam.fix.model.Block
-