Class AssignmentReport
java.lang.Object
com.epam.fix.model.fix50sp2.message.AssignmentReport
- All Implemented Interfaces:
com.epam.fix.model.Block
,com.epam.fix.model.Message
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getText()
void
setAccount
(String value) void
setAccountType
(Long value) void
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
void
setInstrument
(InstrumentBlock value) void
setLastRptRequested
(Boolean value) void
setOpenInterest
(Double value) void
setParties
(PartiesBlock value) void
void
setPositionQty
(PositionQtyBlock value) void
setPosReqID
(String value) void
setPriorSettlPrice
(Double 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
-
getApplicationSequenceControl
-
setApplicationSequenceControl
-
getAsgnRptID
-
setAsgnRptID
-
getPosReqID
-
setPosReqID
-
getTotNumAssignmentReports
-
setTotNumAssignmentReports
-
getLastRptRequested
-
setLastRptRequested
-
getParties
-
setParties
-
getAccount
-
setAccount
-
getAccountType
-
setAccountType
-
getInstrument
-
setInstrument
-
getCurrency
-
setCurrency
-
getInstrmtLegGrp
-
setInstrmtLegGrp
-
getUndInstrmtGrp
-
setUndInstrmtGrp
-
getPositionQty
-
setPositionQty
-
getPositionAmountData
-
setPositionAmountData
-
getThresholdAmount
-
setThresholdAmount
-
getSettlPrice
-
setSettlPrice
-
getSettlPriceType
-
setSettlPriceType
-
getUnderlyingSettlPrice
-
setUnderlyingSettlPrice
-
getPriorSettlPrice
-
setPriorSettlPrice
-
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
-