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 TypeMethodDescriptionvoid
void
setAgreementCurrency
(String value) void
setAgreementDate
(Calendar value) void
setAgreementDesc
(String value) void
setAgreementID
(String value) void
setDeliveryType
(Long value) void
setEndDate
(Calendar value) void
setMarginRatio
(Double value) void
setStartDate
(Calendar value) void
setTerminationType
(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:
toFIX
in interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIX
in interfacecom.epam.fix.model.Block
-