Package com.epam.fix.model.fix44.message
Class AssignmentReport
java.lang.Object
com.epam.fix.model.fix44.message.AssignmentReport
- All Implemented Interfaces:
com.epam.fix.model.Block
,com.epam.fix.model.Message
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
int
int
getText()
void
setAccount
(String value) void
setAccountType
(Long value) void
setAsgnRptID
(String value) void
setAssignmentMethod
(Character value) void
setAssignmentUnit
(Double value) void
setClearingBusinessDate
(Calendar value) void
setCurrency
(String value) void
setEncodedText
(String value) void
setEncodedTextLen
(Long value) void
setExerciseMethod
(Character value) void
setExpireDate
(Calendar value) void
void
setInstrument
(InstrumentBlock value) void
setLastRptRequested
(Boolean value) void
setLegsGroup
(Collection<InstrumentLegBlock> value) void
setNoLegs
(int value) void
setNoUnderlyings
(int value) void
setOpenInterest
(Double value) void
setParties
(PartiesBlock value) void
void
setPositionQty
(PositionQtyBlock value) void
setSettlPrice
(Double value) void
setSettlPriceType
(Long value) void
setSettlSessID
(String value) void
setSettlSessSubID
(String value) void
void
setThresholdAmount
(Double value) void
setTotNumAssignmentReports
(Long value) void
setTrailer
(SMTBlock value) void
setUnderlyingSettlPrice
(Double value) void
void
-
Constructor Details
-
AssignmentReport
public AssignmentReport()
-
-
Method Details
-
getHeader
-
setHeader
-
getTrailer
-
setTrailer
-
getAsgnRptID
-
setAsgnRptID
-
getTotNumAssignmentReports
-
setTotNumAssignmentReports
-
getLastRptRequested
-
setLastRptRequested
-
getParties
-
setParties
-
getAccount
-
setAccount
-
getAccountType
-
setAccountType
-
getInstrument
-
setInstrument
-
getCurrency
-
setCurrency
-
getNoLegs
public int getNoLegs() -
setNoLegs
public void setNoLegs(int value) -
getLegsGroup
-
setLegsGroup
-
getNoUnderlyings
public int getNoUnderlyings() -
setNoUnderlyings
public void setNoUnderlyings(int value) -
getUnderlyingsGroup
-
setUnderlyingsGroup
-
getPositionQty
-
setPositionQty
-
getPositionAmountData
-
setPositionAmountData
-
getThresholdAmount
-
setThresholdAmount
-
getSettlPrice
-
setSettlPrice
-
getSettlPriceType
-
setSettlPriceType
-
getUnderlyingSettlPrice
-
setUnderlyingSettlPrice
-
getExpireDate
-
setExpireDate
-
getAssignmentMethod
-
setAssignmentMethod
-
getAssignmentUnit
-
setAssignmentUnit
-
getOpenInterest
-
setOpenInterest
-
getExerciseMethod
-
setExerciseMethod
-
getSettlSessID
-
setSettlSessID
-
getSettlSessSubID
-
setSettlSessSubID
-
getClearingBusinessDate
-
setClearingBusinessDate
-
getText
-
setText
-
getEncodedTextLen
-
setEncodedTextLen
-
getEncodedText
-
setEncodedText
-
toFIX
- Specified by:
toFIX
in interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIX
in interfacecom.epam.fix.model.Block
-