Package com.epam.fix.model.fix41.message
Class IndicationofInterest
java.lang.Object
com.epam.fix.model.fix41.message.IndicationofInterest
- All Implemented Interfaces:
com.epam.fix.model.Block
,com.epam.fix.model.Message
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getIOIid()
int
getPrice()
getSide()
getText()
void
setCurrency
(String value) void
void
setIDSource
(String value) void
void
setIOINaturalFlag
(String value) void
setIOIOthSvc
(String value) void
setIOIQltyInd
(String value) void
void
setIOIRefID
(String value) void
setIOIShares
(String value) void
setIOITransType
(String value) void
void
setMaturityDay
(Long value) void
setMaturityMonthYear
(Calendar value) void
setNoIOIQualifiers
(int value) void
setOptAttribute
(String value) void
void
setPutOrCall
(Long value) void
setSecurityDesc
(String value) void
setSecurityExchange
(String value) void
setSecurityID
(String value) void
setSecurityType
(String value) void
void
setStrikePrice
(Double value) void
void
setSymbolSfx
(String value) void
void
setTrailer
(SMTBlock value) void
setTransactTime
(String value) void
setURLLink
(String value) void
setValidUntilTime
(String value) void
-
Constructor Details
-
IndicationofInterest
public IndicationofInterest()
-
-
Method Details
-
getHeader
-
setHeader
-
getTrailer
-
setTrailer
-
getIOIid
-
setIOIid
-
getIOITransType
-
setIOITransType
-
getIOIRefID
-
setIOIRefID
-
getSymbol
-
setSymbol
-
getSymbolSfx
-
setSymbolSfx
-
getSecurityID
-
setSecurityID
-
getIDSource
-
setIDSource
-
getSecurityType
-
setSecurityType
-
getMaturityMonthYear
-
setMaturityMonthYear
-
getMaturityDay
-
setMaturityDay
-
getPutOrCall
-
setPutOrCall
-
getStrikePrice
-
setStrikePrice
-
getOptAttribute
-
setOptAttribute
-
getSecurityExchange
-
setSecurityExchange
-
getIssuer
-
setIssuer
-
getSecurityDesc
-
setSecurityDesc
-
getSide
-
setSide
-
getPrice
-
setPrice
-
getCurrency
-
setCurrency
-
getValidUntilTime
-
setValidUntilTime
-
getIOIQltyInd
-
setIOIQltyInd
-
getIOIOthSvc
-
setIOIOthSvc
-
getIOINaturalFlag
-
setIOINaturalFlag
-
getNoIOIQualifiers
public int getNoIOIQualifiers() -
setNoIOIQualifiers
public void setNoIOIQualifiers(int value) -
getIOIQualifiersGroup
-
setIOIQualifiersGroup
-
getText
-
setText
-
getTransactTime
-
setTransactTime
-
getURLLink
-
setURLLink
-
toFIX
- Specified by:
toFIX
in interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIX
in interfacecom.epam.fix.model.Block
-