Package com.epam.fix.model.fix43.message
Class Allocation
java.lang.Object
com.epam.fix.model.fix43.message.Allocation
- All Implemented Interfaces:
com.epam.fix.model.Block
,com.epam.fix.model.Message
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
class
class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getAvgPx()
int
int
int
getSide()
getText()
void
setAccruedInterestRate
(Double value) void
setAllocID
(String value) void
setAllocLinkID
(String value) void
setAllocLinkType
(Long value) void
void
setAllocTransType
(Character value) void
setAllocType
(Long value) void
setAvgPrxPrecision
(Long value) void
void
setBookingRefID
(String value) void
setConcession
(Double value) void
setCurrency
(String value) void
setEncodedText
(String value) void
setEncodedTextLen
(Long value) void
void
setFutSettDate
(Calendar value) void
setGrossTradeAmt
(Double value) void
void
setInstrument
(InstrumentBlock value) void
setLastMkt
(String value) void
setLegalConfirm
(Boolean value) void
setNetMoney
(Double value) void
setNoAllocs
(int value) void
setNoExecs
(int value) void
setNoOrders
(int value) void
setNumDaysInterest
(Long value) void
void
setParties
(PartiesBlock value) void
setPositionEffect
(Character value) void
setPriceType
(Long value) void
setQuantity
(Double value) void
setRefAllocID
(String value) void
setSettlmntTyp
(Character value) void
void
void
setTotalAccruedInterestAmt
(Double value) void
setTotalTakedown
(Double value) void
setTradeDate
(Calendar value) void
setTradeOriginationDate
(Calendar value) void
setTradingSessionID
(String value) void
setTradingSessionSubID
(String value) void
setTrailer
(SMTBlock value) void
setTransactTime
(Calendar value) void
-
Constructor Details
-
Allocation
public Allocation()
-
-
Method Details
-
getHeader
-
setHeader
-
getTrailer
-
setTrailer
-
getAllocID
-
setAllocID
-
getAllocTransType
-
setAllocTransType
-
getAllocType
-
setAllocType
-
getRefAllocID
-
setRefAllocID
-
getAllocLinkID
-
setAllocLinkID
-
getAllocLinkType
-
setAllocLinkType
-
getBookingRefID
-
setBookingRefID
-
getNoOrders
public int getNoOrders() -
setNoOrders
public void setNoOrders(int value) -
getOrdersGroup
-
setOrdersGroup
-
getNoExecs
public int getNoExecs() -
setNoExecs
public void setNoExecs(int value) -
getExecsGroup
-
setExecsGroup
-
getSide
-
setSide
-
getInstrument
-
setInstrument
-
getQuantity
-
setQuantity
-
getLastMkt
-
setLastMkt
-
getTradeOriginationDate
-
setTradeOriginationDate
-
getTradingSessionID
-
setTradingSessionID
-
getTradingSessionSubID
-
setTradingSessionSubID
-
getPriceType
-
setPriceType
-
getAvgPx
-
setAvgPx
-
getCurrency
-
setCurrency
-
getAvgPrxPrecision
-
setAvgPrxPrecision
-
getParties
-
setParties
-
getTradeDate
-
setTradeDate
-
getTransactTime
-
setTransactTime
-
getSettlmntTyp
-
setSettlmntTyp
-
getFutSettDate
-
setFutSettDate
-
getGrossTradeAmt
-
setGrossTradeAmt
-
getConcession
-
setConcession
-
getTotalTakedown
-
setTotalTakedown
-
getNetMoney
-
setNetMoney
-
getPositionEffect
-
setPositionEffect
-
getText
-
setText
-
getEncodedTextLen
-
setEncodedTextLen
-
getEncodedText
-
setEncodedText
-
getNumDaysInterest
-
setNumDaysInterest
-
getAccruedInterestRate
-
setAccruedInterestRate
-
getTotalAccruedInterestAmt
-
setTotalAccruedInterestAmt
-
getLegalConfirm
-
setLegalConfirm
-
getNoAllocs
public int getNoAllocs() -
setNoAllocs
public void setNoAllocs(int value) -
getAllocsGroup
-
setAllocsGroup
-
toFIX
- Specified by:
toFIX
in interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIX
in interfacecom.epam.fix.model.Block
-