Class NewOrderCross

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

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

    • NewOrderCross

      public NewOrderCross()
  • Method Details

    • getHeader

      public SMHBlock getHeader()
    • setHeader

      public void setHeader(SMHBlock value)
    • getTrailer

      public SMTBlock getTrailer()
    • setTrailer

      public void setTrailer(SMTBlock value)
    • getCrossID

      public String getCrossID()
    • setCrossID

      public void setCrossID(String value)
    • getCrossType

      public Long getCrossType()
    • setCrossType

      public void setCrossType(Long value)
    • getCrossPrioritization

      public Long getCrossPrioritization()
    • setCrossPrioritization

      public void setCrossPrioritization(Long value)
    • getRootParties

      public RootPartiesBlock getRootParties()
    • setRootParties

      public void setRootParties(RootPartiesBlock value)
    • getNoSides

      public int getNoSides()
    • setNoSides

      public void setNoSides(int value)
    • getSidesGroup

      public Collection<NewOrderCross.SidesGroup> getSidesGroup()
    • setSidesGroup

      public void setSidesGroup(Collection<NewOrderCross.SidesGroup> value)
    • getInstrument

      public InstrumentBlock getInstrument()
    • setInstrument

      public void setInstrument(InstrumentBlock value)
    • getNoUnderlyings

      public int getNoUnderlyings()
    • setNoUnderlyings

      public void setNoUnderlyings(int value)
    • getUnderlyingsGroup

      public Collection<UnderlyingInstrumentBlock> getUnderlyingsGroup()
    • setUnderlyingsGroup

      public void setUnderlyingsGroup(Collection<UnderlyingInstrumentBlock> value)
    • getNoLegs

      public int getNoLegs()
    • setNoLegs

      public void setNoLegs(int value)
    • getLegsGroup

      public Collection<InstrumentLegBlock> getLegsGroup()
    • setLegsGroup

      public void setLegsGroup(Collection<InstrumentLegBlock> value)
    • getSettlType

      public String getSettlType()
    • setSettlType

      public void setSettlType(String value)
    • getSettlDate

      public Calendar getSettlDate()
    • setSettlDate

      public void setSettlDate(Calendar value)
    • getHandlInst

      public Character getHandlInst()
    • setHandlInst

      public void setHandlInst(Character value)
    • getExecInst

      public String getExecInst()
    • setExecInst

      public void setExecInst(String value)
    • getMinQty

      public Double getMinQty()
    • setMinQty

      public void setMinQty(Double value)
    • getMatchIncrement

      public Double getMatchIncrement()
    • setMatchIncrement

      public void setMatchIncrement(Double value)
    • getMaxPriceLevels

      public Long getMaxPriceLevels()
    • setMaxPriceLevels

      public void setMaxPriceLevels(Long value)
    • getDisplayInstruction

      public DisplayInstructionBlock getDisplayInstruction()
    • setDisplayInstruction

      public void setDisplayInstruction(DisplayInstructionBlock value)
    • getMaxFloor

      public Double getMaxFloor()
    • setMaxFloor

      public void setMaxFloor(Double value)
    • getExDestination

      public String getExDestination()
    • setExDestination

      public void setExDestination(String value)
    • getExDestinationIDSource

      public Character getExDestinationIDSource()
    • setExDestinationIDSource

      public void setExDestinationIDSource(Character value)
    • getNoTradingSessions

      public int getNoTradingSessions()
    • setNoTradingSessions

      public void setNoTradingSessions(int value)
    • getTradingSessionsGroup

      public Collection<NewOrderCross.TradingSessionsGroup> getTradingSessionsGroup()
    • setTradingSessionsGroup

      public void setTradingSessionsGroup(Collection<NewOrderCross.TradingSessionsGroup> value)
    • getProcessCode

      public Character getProcessCode()
    • setProcessCode

      public void setProcessCode(Character value)
    • getPrevClosePx

      public Double getPrevClosePx()
    • setPrevClosePx

      public void setPrevClosePx(Double value)
    • getLocateReqd

      public Boolean getLocateReqd()
    • setLocateReqd

      public void setLocateReqd(Boolean value)
    • getTransactTime

      public Calendar getTransactTime()
    • setTransactTime

      public void setTransactTime(Calendar value)
    • getTransBkdTime

      public Calendar getTransBkdTime()
    • setTransBkdTime

      public void setTransBkdTime(Calendar value)
    • getStipulations

      public StipulationsBlock getStipulations()
    • setStipulations

      public void setStipulations(StipulationsBlock value)
    • getOrdType

      public Character getOrdType()
    • setOrdType

      public void setOrdType(Character value)
    • getPriceType

      public Long getPriceType()
    • setPriceType

      public void setPriceType(Long value)
    • getPrice

      public Double getPrice()
    • setPrice

      public void setPrice(Double value)
    • getPriceProtectionScope

      public Character getPriceProtectionScope()
    • setPriceProtectionScope

      public void setPriceProtectionScope(Character value)
    • getStopPx

      public Double getStopPx()
    • setStopPx

      public void setStopPx(Double value)
    • getTriggeringInstruction

      public TriggeringInstructionBlock getTriggeringInstruction()
    • setTriggeringInstruction

      public void setTriggeringInstruction(TriggeringInstructionBlock value)
    • getSpreadOrBenchmarkCurveData

      public SpreadOrBenchmarkCurveDataBlock getSpreadOrBenchmarkCurveData()
    • setSpreadOrBenchmarkCurveData

      public void setSpreadOrBenchmarkCurveData(SpreadOrBenchmarkCurveDataBlock value)
    • getYieldData

      public YieldDataBlock getYieldData()
    • setYieldData

      public void setYieldData(YieldDataBlock value)
    • getCurrency

      public String getCurrency()
    • setCurrency

      public void setCurrency(String value)
    • getComplianceID

      public String getComplianceID()
    • setComplianceID

      public void setComplianceID(String value)
    • getIOIID

      public String getIOIID()
    • setIOIID

      public void setIOIID(String value)
    • getQuoteID

      public String getQuoteID()
    • setQuoteID

      public void setQuoteID(String value)
    • getTimeInForce

      public Character getTimeInForce()
    • setTimeInForce

      public void setTimeInForce(Character value)
    • getEffectiveTime

      public Calendar getEffectiveTime()
    • setEffectiveTime

      public void setEffectiveTime(Calendar value)
    • getExpireDate

      public Calendar getExpireDate()
    • setExpireDate

      public void setExpireDate(Calendar value)
    • getExpireTime

      public Calendar getExpireTime()
    • setExpireTime

      public void setExpireTime(Calendar value)
    • getGTBookingInst

      public Long getGTBookingInst()
    • setGTBookingInst

      public void setGTBookingInst(Long value)
    • getMaxShow

      public Double getMaxShow()
    • setMaxShow

      public void setMaxShow(Double value)
    • getPegInstructions

      public PegInstructionsBlock getPegInstructions()
    • setPegInstructions

      public void setPegInstructions(PegInstructionsBlock value)
    • getDiscretionInstructions

      public DiscretionInstructionsBlock getDiscretionInstructions()
    • setDiscretionInstructions

      public void setDiscretionInstructions(DiscretionInstructionsBlock value)
    • getTargetStrategy

      public Long getTargetStrategy()
    • setTargetStrategy

      public void setTargetStrategy(Long value)
    • getNoStrategyParameters

      public int getNoStrategyParameters()
    • setNoStrategyParameters

      public void setNoStrategyParameters(int value)
    • getStrategyParametersGroup

      public Collection<NewOrderCross.StrategyParametersGroup> getStrategyParametersGroup()
    • setStrategyParametersGroup

      public void setStrategyParametersGroup(Collection<NewOrderCross.StrategyParametersGroup> value)
    • getTargetStrategyParameters

      public String getTargetStrategyParameters()
    • setTargetStrategyParameters

      public void setTargetStrategyParameters(String value)
    • getParticipationRate

      public Double getParticipationRate()
    • setParticipationRate

      public void setParticipationRate(Double value)
    • getCancellationRights

      public Character getCancellationRights()
    • setCancellationRights

      public void setCancellationRights(Character value)
    • getMoneyLaunderingStatus

      public Character getMoneyLaunderingStatus()
    • setMoneyLaunderingStatus

      public void setMoneyLaunderingStatus(Character value)
    • getRegistID

      public String getRegistID()
    • setRegistID

      public void setRegistID(String value)
    • getDesignation

      public String getDesignation()
    • setDesignation

      public void setDesignation(String 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