Package com.epam.fix.model.fix41.message
Class DontKnowTrade
java.lang.Object
com.epam.fix.model.fix41.message.DontKnowTrade
- All Implemented Interfaces:
com.epam.fix.model.Block,com.epam.fix.model.Message
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetSide()getText()voidsetCashOrderQty(Double value) voidsetDKReason(String value) voidvoidvoidsetIDSource(String value) voidvoidvoidsetLastShares(Long value) voidsetMaturityDay(Long value) voidsetMaturityMonthYear(Calendar value) voidsetOptAttribute(String value) voidsetOrderID(String value) voidsetOrderQty(Long value) voidsetPutOrCall(Long value) voidsetSecurityDesc(String value) voidsetSecurityExchange(String value) voidsetSecurityID(String value) voidsetSecurityType(String value) voidvoidsetStrikePrice(Double value) voidvoidsetSymbolSfx(String value) voidvoidsetTrailer(SMTBlock value) void
-
Constructor Details
-
DontKnowTrade
public DontKnowTrade()
-
-
Method Details
-
getHeader
-
setHeader
-
getTrailer
-
setTrailer
-
getOrderID
-
setOrderID
-
getExecID
-
setExecID
-
getDKReason
-
setDKReason
-
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
-
getOrderQty
-
setOrderQty
-
getCashOrderQty
-
setCashOrderQty
-
getLastPx
-
setLastPx
-
getText
-
setText
-
toFIX
- Specified by:
toFIXin interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIXin interfacecom.epam.fix.model.Block
-