Class FinancingDetailsBlock
java.lang.Object
com.epam.fix.model.fix50sp2.block.FinancingDetailsBlock
- All Implemented Interfaces:
com.epam.fix.model.Block
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetAgreementCurrency(String value) voidsetAgreementDate(Calendar value) voidsetAgreementDesc(String value) voidsetAgreementID(String value) voidsetDeliveryType(Long value) voidsetEndDate(Calendar value) voidsetMarginRatio(Double value) voidsetStartDate(Calendar value) voidsetTerminationType(Long value) void
-
Constructor Details
-
FinancingDetailsBlock
public FinancingDetailsBlock()
-
-
Method Details
-
getAgreementDesc
-
setAgreementDesc
-
getAgreementID
-
setAgreementID
-
getAgreementDate
-
setAgreementDate
-
getAgreementCurrency
-
setAgreementCurrency
-
getTerminationType
-
setTerminationType
-
getStartDate
-
setStartDate
-
getEndDate
-
setEndDate
-
getDeliveryType
-
setDeliveryType
-
getMarginRatio
-
setMarginRatio
-
toFIX
- Specified by:
toFIXin interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIXin interfacecom.epam.fix.model.Block
-