Package com.epam.fix.model.fix40.message
Class Allocation
java.lang.Object
com.epam.fix.model.fix40.message.Allocation
- All Implemented Interfaces:
com.epam.fix.model.Block,com.epam.fix.model.Message
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassclassclassclass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetAvgPx()intintintintgetSide()getText()voidsetAllocID(Long value) voidvoidsetAllocTransType(String value) voidsetAvgPrxPrecision(Long value) voidvoidsetCurrency(String value) voidvoidsetFutSettDate(Calendar value) voidvoidsetIDSource(String value) voidvoidvoidsetNetMoney(Double value) voidsetNoAllocs(int value) voidsetNoExecs(int value) voidsetNoMiscFees(int value) voidsetNoOrders(int value) voidsetOpenClose(String value) voidvoidsetRefAllocID(Long value) voidsetSecurityDesc(String value) voidsetSecurityID(String value) voidsetSettlCurrAmt(Double value) voidsetSettlCurrency(String value) voidsetSettlmntTyp(String value) voidvoidvoidvoidsetSymbolSfx(String value) voidvoidsetTradeDate(Calendar value) voidsetTrailer(SMTBlock value) voidsetTransactTime(String value) void
-
Constructor Details
-
Allocation
public Allocation()
-
-
Method Details
-
getHeader
-
setHeader
-
getTrailer
-
setTrailer
-
getAllocID
-
setAllocID
-
getAllocTransType
-
setAllocTransType
-
getRefAllocID
-
setRefAllocID
-
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
-
getSymbol
-
setSymbol
-
getSymbolSfx
-
setSymbolSfx
-
getSecurityID
-
setSecurityID
-
getIDSource
-
setIDSource
-
getIssuer
-
setIssuer
-
getSecurityDesc
-
setSecurityDesc
-
getAvgPx
-
setAvgPx
-
getCurrency
-
setCurrency
-
getAvgPrxPrecision
-
setAvgPrxPrecision
-
getTradeDate
-
setTradeDate
-
getTransactTime
-
setTransactTime
-
getSettlmntTyp
-
setSettlmntTyp
-
getFutSettDate
-
setFutSettDate
-
getNetMoney
-
setNetMoney
-
getNoMiscFees
public int getNoMiscFees() -
setNoMiscFees
public void setNoMiscFees(int value) -
getMiscFeesGroup
-
setMiscFeesGroup
-
getSettlCurrAmt
-
setSettlCurrAmt
-
getSettlCurrency
-
setSettlCurrency
-
getOpenClose
-
setOpenClose
-
getText
-
setText
-
getNoAllocs
public int getNoAllocs() -
setNoAllocs
public void setNoAllocs(int value) -
getAllocsGroup
-
setAllocsGroup
-
toFIX
- Specified by:
toFIXin interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIXin interfacecom.epam.fix.model.Block
-