Package com.epam.fix.model.fix44.message
Class CollateralInquiry
java.lang.Object
com.epam.fix.model.fix44.message.CollateralInquiry
- All Implemented Interfaces:
com.epam.fix.model.Block
,com.epam.fix.model.Message
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
class
class
class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
int
int
int
int
int
getPrice()
getSide()
getText()
void
setAccount
(String value) void
setAccountType
(Long value) void
setAccruedInterestAmt
(Double value) void
setCashOutstanding
(Double value) void
setClearingBusinessDate
(Calendar value) void
setClOrdID
(String value) void
setCollInquiryID
(String value) void
void
setCurrency
(String value) void
setEncodedText
(String value) void
setEncodedTextLen
(Long value) void
setEndAccruedInterestAmt
(Double value) void
setEndCash
(Double value) void
void
void
void
setInstrument
(InstrumentBlock value) void
setLegsGroup
(Collection<InstrumentLegBlock> value) void
setMarginExcess
(Double value) void
setNoCollInquiryQualifier
(int value) void
setNoExecs
(int value) void
setNoLegs
(int value) void
setNoTrades
(int value) void
setNoUnderlyings
(int value) void
setOrderID
(String value) void
setParties
(PartiesBlock value) void
void
setPriceType
(Long value) void
setQtyType
(Long value) void
setQuantity
(Double value) void
setResponseDestination
(String value) void
setResponseTransportType
(Long value) void
setSecondaryClOrdID
(String value) void
setSecondaryOrderID
(String value) void
setSettlDate
(Calendar value) void
void
setSettlSessID
(String value) void
setSettlSessSubID
(String value) void
void
void
setStartCash
(Double value) void
setStipulations
(StipulationsBlock value) void
void
void
setTotalNetValue
(Double value) void
void
setTradingSessionID
(String value) void
setTradingSessionSubID
(String value) void
setTrailer
(SMTBlock value) void
void
void
-
Constructor Details
-
CollateralInquiry
public CollateralInquiry()
-
-
Method Details
-
getHeader
-
setHeader
-
getTrailer
-
setTrailer
-
getCollInquiryID
-
setCollInquiryID
-
getNoCollInquiryQualifier
public int getNoCollInquiryQualifier() -
setNoCollInquiryQualifier
public void setNoCollInquiryQualifier(int value) -
getCollInquiryQualifierGroup
-
setCollInquiryQualifierGroup
public void setCollInquiryQualifierGroup(Collection<CollateralInquiry.CollInquiryQualifierGroup> value) -
getSubscriptionRequestType
-
setSubscriptionRequestType
-
getResponseTransportType
-
setResponseTransportType
-
getResponseDestination
-
setResponseDestination
-
getParties
-
setParties
-
getAccount
-
setAccount
-
getAccountType
-
setAccountType
-
getClOrdID
-
setClOrdID
-
getOrderID
-
setOrderID
-
getSecondaryOrderID
-
setSecondaryOrderID
-
getSecondaryClOrdID
-
setSecondaryClOrdID
-
getNoExecs
public int getNoExecs() -
setNoExecs
public void setNoExecs(int value) -
getExecsGroup
-
setExecsGroup
-
getNoTrades
public int getNoTrades() -
setNoTrades
public void setNoTrades(int value) -
getTradesGroup
-
setTradesGroup
-
getInstrument
-
setInstrument
-
getFinancingDetails
-
setFinancingDetails
-
getSettlDate
-
setSettlDate
-
getQuantity
-
setQuantity
-
getQtyType
-
setQtyType
-
getCurrency
-
setCurrency
-
getNoLegs
public int getNoLegs() -
setNoLegs
public void setNoLegs(int value) -
getLegsGroup
-
setLegsGroup
-
getNoUnderlyings
public int getNoUnderlyings() -
setNoUnderlyings
public void setNoUnderlyings(int value) -
getUnderlyingsGroup
-
setUnderlyingsGroup
-
getMarginExcess
-
setMarginExcess
-
getTotalNetValue
-
setTotalNetValue
-
getCashOutstanding
-
setCashOutstanding
-
getTrdRegTimestamps
-
setTrdRegTimestamps
-
getSide
-
setSide
-
getPrice
-
setPrice
-
getPriceType
-
setPriceType
-
getAccruedInterestAmt
-
setAccruedInterestAmt
-
getEndAccruedInterestAmt
-
setEndAccruedInterestAmt
-
getStartCash
-
setStartCash
-
getEndCash
-
setEndCash
-
getSpreadOrBenchmarkCurveData
-
setSpreadOrBenchmarkCurveData
-
getStipulations
-
setStipulations
-
getSettlInstructionsData
-
setSettlInstructionsData
-
getTradingSessionID
-
setTradingSessionID
-
getTradingSessionSubID
-
setTradingSessionSubID
-
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
-