Class Allocation

java.lang.Object
com.epam.fix.model.fix42.message.Allocation
All Implemented Interfaces:
com.epam.fix.model.Block, com.epam.fix.model.Message

public class Allocation extends Object implements com.epam.fix.model.Message
  • Constructor Details

    • Allocation

      public Allocation()
  • Method Details

    • getHeader

      public SMHBlock getHeader()
    • setHeader

      public void setHeader(SMHBlock value)
    • getTrailer

      public SMTBlock getTrailer()
    • setTrailer

      public void setTrailer(SMTBlock value)
    • getAllocID

      public String getAllocID()
    • setAllocID

      public void setAllocID(String value)
    • getAllocTransType

      public Character getAllocTransType()
    • setAllocTransType

      public void setAllocTransType(Character value)
    • getRefAllocID

      public String getRefAllocID()
    • setRefAllocID

      public void setRefAllocID(String value)
    • getAllocLinkID

      public String getAllocLinkID()
    • setAllocLinkID

      public void setAllocLinkID(String value)
    • getAllocLinkType

      public Long getAllocLinkType()
    • setAllocLinkType

      public void setAllocLinkType(Long value)
    • getNoOrders

      public int getNoOrders()
    • setNoOrders

      public void setNoOrders(int value)
    • getOrdersGroup

      public Collection<Allocation.OrdersGroup> getOrdersGroup()
    • setOrdersGroup

      public void setOrdersGroup(Collection<Allocation.OrdersGroup> value)
    • getNoExecs

      public int getNoExecs()
    • setNoExecs

      public void setNoExecs(int value)
    • getExecsGroup

      public Collection<Allocation.ExecsGroup> getExecsGroup()
    • setExecsGroup

      public void setExecsGroup(Collection<Allocation.ExecsGroup> value)
    • getSide

      public Character getSide()
    • setSide

      public void setSide(Character value)
    • getSymbol

      public String getSymbol()
    • setSymbol

      public void setSymbol(String value)
    • getSymbolSfx

      public String getSymbolSfx()
    • setSymbolSfx

      public void setSymbolSfx(String value)
    • getSecurityID

      public String getSecurityID()
    • setSecurityID

      public void setSecurityID(String value)
    • getIDSource

      public String getIDSource()
    • setIDSource

      public void setIDSource(String value)
    • getSecurityType

      public String getSecurityType()
    • setSecurityType

      public void setSecurityType(String value)
    • getMaturityMonthYear

      public Calendar getMaturityMonthYear()
    • setMaturityMonthYear

      public void setMaturityMonthYear(Calendar value)
    • getMaturityDay

      public Long getMaturityDay()
    • setMaturityDay

      public void setMaturityDay(Long value)
    • getPutOrCall

      public Long getPutOrCall()
    • setPutOrCall

      public void setPutOrCall(Long value)
    • getStrikePrice

      public Double getStrikePrice()
    • setStrikePrice

      public void setStrikePrice(Double value)
    • getOptAttribute

      public Character getOptAttribute()
    • setOptAttribute

      public void setOptAttribute(Character value)
    • getContractMultiplier

      public Double getContractMultiplier()
    • setContractMultiplier

      public void setContractMultiplier(Double value)
    • getCouponRate

      public Double getCouponRate()
    • setCouponRate

      public void setCouponRate(Double value)
    • getSecurityExchange

      public String getSecurityExchange()
    • setSecurityExchange

      public void setSecurityExchange(String value)
    • getIssuer

      public String getIssuer()
    • setIssuer

      public void setIssuer(String value)
    • getEncodedIssuerLen

      public Long getEncodedIssuerLen()
    • setEncodedIssuerLen

      public void setEncodedIssuerLen(Long value)
    • getEncodedIssuer

      public String getEncodedIssuer()
    • setEncodedIssuer

      public void setEncodedIssuer(String value)
    • getSecurityDesc

      public String getSecurityDesc()
    • setSecurityDesc

      public void setSecurityDesc(String value)
    • getEncodedSecurityDescLen

      public Long getEncodedSecurityDescLen()
    • setEncodedSecurityDescLen

      public void setEncodedSecurityDescLen(Long value)
    • getEncodedSecurityDesc

      public String getEncodedSecurityDesc()
    • setEncodedSecurityDesc

      public void setEncodedSecurityDesc(String value)
    • getShares

      public Double getShares()
    • setShares

      public void setShares(Double value)
    • getLastMkt

      public String getLastMkt()
    • setLastMkt

      public void setLastMkt(String value)
    • getTradingSessionID

      public String getTradingSessionID()
    • setTradingSessionID

      public void setTradingSessionID(String value)
    • getAvgPx

      public Double getAvgPx()
    • setAvgPx

      public void setAvgPx(Double value)
    • getCurrency

      public String getCurrency()
    • setCurrency

      public void setCurrency(String value)
    • getAvgPrxPrecision

      public Long getAvgPrxPrecision()
    • setAvgPrxPrecision

      public void setAvgPrxPrecision(Long value)
    • getTradeDate

      public Calendar getTradeDate()
    • setTradeDate

      public void setTradeDate(Calendar value)
    • getTransactTime

      public Calendar getTransactTime()
    • setTransactTime

      public void setTransactTime(Calendar value)
    • getSettlmntTyp

      public Character getSettlmntTyp()
    • setSettlmntTyp

      public void setSettlmntTyp(Character value)
    • getFutSettDate

      public Calendar getFutSettDate()
    • setFutSettDate

      public void setFutSettDate(Calendar value)
    • getGrossTradeAmt

      public Double getGrossTradeAmt()
    • setGrossTradeAmt

      public void setGrossTradeAmt(Double value)
    • getNetMoney

      public Double getNetMoney()
    • setNetMoney

      public void setNetMoney(Double value)
    • getOpenClose

      public Character getOpenClose()
    • setOpenClose

      public void setOpenClose(Character value)
    • getText

      public String getText()
    • setText

      public void setText(String value)
    • getEncodedTextLen

      public Long getEncodedTextLen()
    • setEncodedTextLen

      public void setEncodedTextLen(Long value)
    • getEncodedText

      public String getEncodedText()
    • setEncodedText

      public void setEncodedText(String value)
    • getNumDaysInterest

      public Long getNumDaysInterest()
    • setNumDaysInterest

      public void setNumDaysInterest(Long value)
    • getAccruedInterestRate

      public Double getAccruedInterestRate()
    • setAccruedInterestRate

      public void setAccruedInterestRate(Double value)
    • getNoAllocs

      public int getNoAllocs()
    • setNoAllocs

      public void setNoAllocs(int value)
    • getAllocsGroup

      public Collection<Allocation.AllocsGroup> getAllocsGroup()
    • setAllocsGroup

      public void setAllocsGroup(Collection<Allocation.AllocsGroup> value)
    • toFIX

      public void toFIX(FIXFieldList l)
      Specified by:
      toFIX in interface com.epam.fix.model.Block
    • fromFIX

      public void fromFIX(FIXFieldList l)
      Specified by:
      fromFIX in interface com.epam.fix.model.Block