Class Allocation

java.lang.Object
com.epam.fix.model.fix41.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 String getAllocTransType()
    • setAllocTransType

      public void setAllocTransType(String 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 String getSide()
    • setSide

      public void setSide(String 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 String getOptAttribute()
    • setOptAttribute

      public void setOptAttribute(String value)
    • getSecurityExchange

      public String getSecurityExchange()
    • setSecurityExchange

      public void setSecurityExchange(String value)
    • getIssuer

      public String getIssuer()
    • setIssuer

      public void setIssuer(String value)
    • getSecurityDesc

      public String getSecurityDesc()
    • setSecurityDesc

      public void setSecurityDesc(String value)
    • getShares

      public Long getShares()
    • setShares

      public void setShares(Long value)
    • getLastMkt

      public String getLastMkt()
    • setLastMkt

      public void setLastMkt(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 String getTransactTime()
    • setTransactTime

      public void setTransactTime(String value)
    • getSettlmntTyp

      public String getSettlmntTyp()
    • setSettlmntTyp

      public void setSettlmntTyp(String value)
    • getFutSettDate

      public Calendar getFutSettDate()
    • setFutSettDate

      public void setFutSettDate(Calendar value)
    • getNetMoney

      public Double getNetMoney()
    • setNetMoney

      public void setNetMoney(Double value)
    • getOpenClose

      public String getOpenClose()
    • setOpenClose

      public void setOpenClose(String value)
    • getText

      public String getText()
    • setText

      public void setText(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