Package com.epam.fix.model.fix41.message
Class SettlementInstructions
java.lang.Object
com.epam.fix.model.fix41.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
setCashSettlAgentAcctName
(String value) void
setCashSettlAgentAcctNum
(String value) void
setCashSettlAgentCode
(String value) void
void
void
setCashSettlAgentName
(String value) void
setClientID
(String value) void
setEffectiveTime
(String value) void
setExecBroker
(String value) void
void
setLastMkt
(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
(String value) void
setSettlInstSource
(String value) void
setSettlInstTransType
(String value) void
setSettlLocation
(String value) void
void
setStandInstDbID
(String value) void
setStandInstDbName
(String value) void
setStandInstDbType
(Long value) void
setTradeDate
(Calendar value) void
setTrailer
(SMTBlock value) void
setTransactTime
(String value) void
-
Constructor Details
-
SettlementInstructions
public SettlementInstructions()
-
-
Method Details
-
getHeader
-
setHeader
-
getTrailer
-
setTrailer
-
getSettlInstID
-
setSettlInstID
-
getSettlInstTransType
-
setSettlInstTransType
-
getSettlInstMode
-
setSettlInstMode
-
getSettlInstSource
-
setSettlInstSource
-
getAllocAccount
-
setAllocAccount
-
getSettlLocation
-
setSettlLocation
-
getTradeDate
-
setTradeDate
-
getAllocID
-
setAllocID
-
getLastMkt
-
setLastMkt
-
getSide
-
setSide
-
getSecurityType
-
setSecurityType
-
getEffectiveTime
-
setEffectiveTime
-
getTransactTime
-
setTransactTime
-
getClientID
-
setClientID
-
getExecBroker
-
setExecBroker
-
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
-
toFIX
- Specified by:
toFIX
in interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIX
in interfacecom.epam.fix.model.Block
-