public class AllocationInstruction extends Object implements com.epam.fix.model.Message
Modifier and Type | Class and Description |
---|---|
class |
AllocationInstruction.AllocsGroup |
class |
AllocationInstruction.ExecsGroup |
class |
AllocationInstruction.OrdersGroup |
Constructor and Description |
---|
AllocationInstruction() |
public SMHBlock getHeader()
public void setHeader(SMHBlock value)
public SMTBlock getTrailer()
public void setTrailer(SMTBlock value)
public String getAllocID()
public void setAllocID(String value)
public Character getAllocTransType()
public void setAllocTransType(Character value)
public Long getAllocType()
public void setAllocType(Long value)
public String getSecondaryAllocID()
public void setSecondaryAllocID(String value)
public String getRefAllocID()
public void setRefAllocID(String value)
public Long getAllocCancReplaceReason()
public void setAllocCancReplaceReason(Long value)
public Long getAllocIntermedReqType()
public void setAllocIntermedReqType(Long value)
public String getAllocLinkID()
public void setAllocLinkID(String value)
public Long getAllocLinkType()
public void setAllocLinkType(Long value)
public String getBookingRefID()
public void setBookingRefID(String value)
public Long getAllocNoOrdersType()
public void setAllocNoOrdersType(Long value)
public int getNoOrders()
public void setNoOrders(int value)
public Collection<AllocationInstruction.OrdersGroup> getOrdersGroup()
public void setOrdersGroup(Collection<AllocationInstruction.OrdersGroup> value)
public int getNoExecs()
public void setNoExecs(int value)
public Collection<AllocationInstruction.ExecsGroup> getExecsGroup()
public void setExecsGroup(Collection<AllocationInstruction.ExecsGroup> value)
public Boolean getPreviouslyReported()
public void setPreviouslyReported(Boolean value)
public Boolean getReversalIndicator()
public void setReversalIndicator(Boolean value)
public String getMatchType()
public void setMatchType(String value)
public Character getSide()
public void setSide(Character value)
public InstrumentBlock getInstrument()
public void setInstrument(InstrumentBlock value)
public InstrumentExtensionBlock getInstrumentExtension()
public void setInstrumentExtension(InstrumentExtensionBlock value)
public FinancingDetailsBlock getFinancingDetails()
public void setFinancingDetails(FinancingDetailsBlock value)
public int getNoUnderlyings()
public void setNoUnderlyings(int value)
public Collection<UnderlyingInstrumentBlock> getUnderlyingsGroup()
public void setUnderlyingsGroup(Collection<UnderlyingInstrumentBlock> value)
public int getNoLegs()
public void setNoLegs(int value)
public Collection<InstrumentLegBlock> getLegsGroup()
public void setLegsGroup(Collection<InstrumentLegBlock> value)
public Double getQuantity()
public void setQuantity(Double value)
public Long getQtyType()
public void setQtyType(Long value)
public String getLastMkt()
public void setLastMkt(String value)
public Calendar getTradeOriginationDate()
public void setTradeOriginationDate(Calendar value)
public String getTradingSessionID()
public void setTradingSessionID(String value)
public String getTradingSessionSubID()
public void setTradingSessionSubID(String value)
public Long getPriceType()
public void setPriceType(Long value)
public Double getAvgPx()
public void setAvgPx(Double value)
public Double getAvgParPx()
public void setAvgParPx(Double value)
public SpreadOrBenchmarkCurveDataBlock getSpreadOrBenchmarkCurveData()
public void setSpreadOrBenchmarkCurveData(SpreadOrBenchmarkCurveDataBlock value)
public String getCurrency()
public void setCurrency(String value)
public Long getAvgPxPrecision()
public void setAvgPxPrecision(Long value)
public PartiesBlock getParties()
public void setParties(PartiesBlock value)
public Calendar getTradeDate()
public void setTradeDate(Calendar value)
public Calendar getTransactTime()
public void setTransactTime(Calendar value)
public Character getSettlType()
public void setSettlType(Character value)
public Calendar getSettlDate()
public void setSettlDate(Calendar value)
public Long getBookingType()
public void setBookingType(Long value)
public Double getGrossTradeAmt()
public void setGrossTradeAmt(Double value)
public Double getConcession()
public void setConcession(Double value)
public Double getTotalTakedown()
public void setTotalTakedown(Double value)
public Double getNetMoney()
public void setNetMoney(Double value)
public Character getPositionEffect()
public void setPositionEffect(Character value)
public Boolean getAutoAcceptIndicator()
public void setAutoAcceptIndicator(Boolean value)
public String getText()
public void setText(String value)
public Long getEncodedTextLen()
public void setEncodedTextLen(Long value)
public String getEncodedText()
public void setEncodedText(String value)
public Long getNumDaysInterest()
public void setNumDaysInterest(Long value)
public Double getAccruedInterestRate()
public void setAccruedInterestRate(Double value)
public Double getAccruedInterestAmt()
public void setAccruedInterestAmt(Double value)
public Double getTotalAccruedInterestAmt()
public void setTotalAccruedInterestAmt(Double value)
public Double getInterestAtMaturity()
public void setInterestAtMaturity(Double value)
public Double getEndAccruedInterestAmt()
public void setEndAccruedInterestAmt(Double value)
public Double getStartCash()
public void setStartCash(Double value)
public Double getEndCash()
public void setEndCash(Double value)
public Boolean getLegalConfirm()
public void setLegalConfirm(Boolean value)
public StipulationsBlock getStipulations()
public void setStipulations(StipulationsBlock value)
public YieldDataBlock getYieldData()
public void setYieldData(YieldDataBlock value)
public Long getTotNoAllocs()
public void setTotNoAllocs(Long value)
public Boolean getLastFragment()
public void setLastFragment(Boolean value)
public int getNoAllocs()
public void setNoAllocs(int value)
public Collection<AllocationInstruction.AllocsGroup> getAllocsGroup()
public void setAllocsGroup(Collection<AllocationInstruction.AllocsGroup> value)
public void toFIX(FIXFieldList l)
toFIX
in interface com.epam.fix.model.Block
public void fromFIX(FIXFieldList l)
fromFIX
in interface com.epam.fix.model.Block
Copyright © 2000–2022 EPAM Systems. All rights reserved.