Package com.epam.fix.model.fix43.message
Class SettlementInstructions
java.lang.Object
com.epam.fix.model.fix43.message.SettlementInstructions
- All Implemented Interfaces:
com.epam.fix.model.Block
,com.epam.fix.model.Message
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getSide()
void
setAllocAccount
(String value) void
setAllocID
(String value) void
setCardExpDate
(Calendar value) void
setCardHolderName
(String value) void
setCardIssNum
(String value) void
setCardNumber
(String value) void
setCardStartDate
(Calendar value) void
setCashSettlAgentAcctName
(String value) void
setCashSettlAgentAcctNum
(String value) void
setCashSettlAgentCode
(String value) void
void
void
setCashSettlAgentName
(String value) void
setClOrdID
(String value) void
setEffectiveTime
(Calendar value) void
void
setIndividualAllocID
(String value) void
setLastMkt
(String value) void
setParties
(PartiesBlock value) void
setPaymentDate
(Calendar value) void
setPaymentMethod
(Long value) void
setPaymentRef
(String value) void
setPaymentRemitterID
(String value) void
void
void
setSecuritySettlAgentCode
(String value) void
void
void
setSecuritySettlAgentName
(String value) void
setSecurityType
(String value) void
setSettlBrkrCode
(String value) void
setSettlDeliveryType
(Long value) void
setSettlDepositoryCode
(String value) void
setSettlInstCode
(String value) void
setSettlInstID
(String value) void
setSettlInstMode
(Character value) void
setSettlInstRefID
(String value) void
setSettlInstSource
(Character value) void
setSettlInstTransType
(Character value) void
void
setStandInstDbID
(String value) void
setStandInstDbName
(String value) void
setStandInstDbType
(Long value) void
setTradeDate
(Calendar value) void
setTradingSessionID
(String value) void
setTradingSessionSubID
(String value) void
setTrailer
(SMTBlock value) void
setTransactTime
(Calendar value) void
-
Constructor Details
-
SettlementInstructions
public SettlementInstructions()
-
-
Method Details
-
getHeader
-
setHeader
-
getTrailer
-
setTrailer
-
getSettlInstID
-
setSettlInstID
-
getSettlInstTransType
-
setSettlInstTransType
-
getSettlInstRefID
-
setSettlInstRefID
-
getSettlInstMode
-
setSettlInstMode
-
getSettlInstSource
-
setSettlInstSource
-
getAllocAccount
-
setAllocAccount
-
getIndividualAllocID
-
setIndividualAllocID
-
getClOrdID
-
setClOrdID
-
getTradeDate
-
setTradeDate
-
getAllocID
-
setAllocID
-
getLastMkt
-
setLastMkt
-
getTradingSessionID
-
setTradingSessionID
-
getTradingSessionSubID
-
setTradingSessionSubID
-
getSide
-
setSide
-
getSecurityType
-
setSecurityType
-
getEffectiveTime
-
setEffectiveTime
-
getTransactTime
-
setTransactTime
-
getParties
-
setParties
-
getStandInstDbType
-
setStandInstDbType
-
getStandInstDbName
-
setStandInstDbName
-
getStandInstDbID
-
setStandInstDbID
-
getSettlDeliveryType
-
setSettlDeliveryType
-
getSettlDepositoryCode
-
setSettlDepositoryCode
-
getSettlBrkrCode
-
setSettlBrkrCode
-
getSettlInstCode
-
setSettlInstCode
-
getSecuritySettlAgentName
-
setSecuritySettlAgentName
-
getSecuritySettlAgentCode
-
setSecuritySettlAgentCode
-
getSecuritySettlAgentAcctNum
-
setSecuritySettlAgentAcctNum
-
getSecuritySettlAgentAcctName
-
setSecuritySettlAgentAcctName
-
getSecuritySettlAgentContactName
-
setSecuritySettlAgentContactName
-
getSecuritySettlAgentContactPhone
-
setSecuritySettlAgentContactPhone
-
getCashSettlAgentName
-
setCashSettlAgentName
-
getCashSettlAgentCode
-
setCashSettlAgentCode
-
getCashSettlAgentAcctNum
-
setCashSettlAgentAcctNum
-
getCashSettlAgentAcctName
-
setCashSettlAgentAcctName
-
getCashSettlAgentContactName
-
setCashSettlAgentContactName
-
getCashSettlAgentContactPhone
-
setCashSettlAgentContactPhone
-
getPaymentMethod
-
setPaymentMethod
-
getPaymentRef
-
setPaymentRef
-
getCardHolderName
-
setCardHolderName
-
getCardNumber
-
setCardNumber
-
getCardStartDate
-
setCardStartDate
-
getCardExpDate
-
setCardExpDate
-
getCardIssNum
-
setCardIssNum
-
getPaymentDate
-
setPaymentDate
-
getPaymentRemitterID
-
setPaymentRemitterID
-
toFIX
- Specified by:
toFIX
in interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIX
in interfacecom.epam.fix.model.Block
-