Package com.epam.fix.model.fix50.message
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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
class
class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getIOIID()
int
int
int
int
int
getPrice()
void
setCancellationRights
(Character value) void
setComplianceID
(String value) void
setCrossID
(String value) void
setCrossPrioritization
(Long value) void
setCrossType
(Long value) void
setCurrency
(String value) void
setDesignation
(String value) void
void
void
setEffectiveTime
(Calendar value) void
setExDestination
(String value) void
void
setExecInst
(String value) void
setExpireDate
(Calendar value) void
setExpireTime
(Calendar value) void
setGTBookingInst
(Long value) void
setHandlInst
(Character value) void
void
setInstrument
(InstrumentBlock value) void
void
setLegsGroup
(Collection<InstrumentLegBlock> value) void
setLocateReqd
(Boolean value) void
setMatchIncrement
(Double value) void
setMaxFloor
(Double value) void
setMaxPriceLevels
(Long value) void
setMaxShow
(Double value) void
void
void
setNoLegs
(int value) void
setNoSides
(int value) void
setNoStrategyParameters
(int value) void
setNoTradingSessions
(int value) void
setNoUnderlyings
(int value) void
setOrdType
(Character value) void
setParticipationRate
(Double value) void
void
setPrevClosePx
(Double value) void
void
setPriceProtectionScope
(Character value) void
setPriceType
(Long value) void
setProcessCode
(Character value) void
setQuoteID
(String value) void
setRegistID
(String value) void
setRootParties
(RootPartiesBlock value) void
setSettlDate
(Calendar value) void
setSettlType
(String value) void
void
void
setStipulations
(StipulationsBlock value) void
void
void
setTargetStrategy
(Long value) void
void
setTimeInForce
(Character value) void
void
setTrailer
(SMTBlock value) void
setTransactTime
(Calendar value) void
setTransBkdTime
(Calendar value) void
void
void
setYieldData
(YieldDataBlock value) void
-
Constructor Details
-
NewOrderCross
public NewOrderCross()
-
-
Method Details
-
getHeader
-
setHeader
-
getTrailer
-
setTrailer
-
getCrossID
-
setCrossID
-
getCrossType
-
setCrossType
-
getCrossPrioritization
-
setCrossPrioritization
-
getRootParties
-
setRootParties
-
getNoSides
public int getNoSides() -
setNoSides
public void setNoSides(int value) -
getSidesGroup
-
setSidesGroup
-
getInstrument
-
setInstrument
-
getNoUnderlyings
public int getNoUnderlyings() -
setNoUnderlyings
public void setNoUnderlyings(int value) -
getUnderlyingsGroup
-
setUnderlyingsGroup
-
getNoLegs
public int getNoLegs() -
setNoLegs
public void setNoLegs(int value) -
getLegsGroup
-
setLegsGroup
-
getSettlType
-
setSettlType
-
getSettlDate
-
setSettlDate
-
getHandlInst
-
setHandlInst
-
getExecInst
-
setExecInst
-
getMinQty
-
setMinQty
-
getMatchIncrement
-
setMatchIncrement
-
getMaxPriceLevels
-
setMaxPriceLevels
-
getDisplayInstruction
-
setDisplayInstruction
-
getMaxFloor
-
setMaxFloor
-
getExDestination
-
setExDestination
-
getExDestinationIDSource
-
setExDestinationIDSource
-
getNoTradingSessions
public int getNoTradingSessions() -
setNoTradingSessions
public void setNoTradingSessions(int value) -
getTradingSessionsGroup
-
setTradingSessionsGroup
-
getProcessCode
-
setProcessCode
-
getPrevClosePx
-
setPrevClosePx
-
getLocateReqd
-
setLocateReqd
-
getTransactTime
-
setTransactTime
-
getTransBkdTime
-
setTransBkdTime
-
getStipulations
-
setStipulations
-
getOrdType
-
setOrdType
-
getPriceType
-
setPriceType
-
getPrice
-
setPrice
-
getPriceProtectionScope
-
setPriceProtectionScope
-
getStopPx
-
setStopPx
-
getTriggeringInstruction
-
setTriggeringInstruction
-
getSpreadOrBenchmarkCurveData
-
setSpreadOrBenchmarkCurveData
-
getYieldData
-
setYieldData
-
getCurrency
-
setCurrency
-
getComplianceID
-
setComplianceID
-
getIOIID
-
setIOIID
-
getQuoteID
-
setQuoteID
-
getTimeInForce
-
setTimeInForce
-
getEffectiveTime
-
setEffectiveTime
-
getExpireDate
-
setExpireDate
-
getExpireTime
-
setExpireTime
-
getGTBookingInst
-
setGTBookingInst
-
getMaxShow
-
setMaxShow
-
getPegInstructions
-
setPegInstructions
-
getDiscretionInstructions
-
setDiscretionInstructions
-
getTargetStrategy
-
setTargetStrategy
-
getNoStrategyParameters
public int getNoStrategyParameters() -
setNoStrategyParameters
public void setNoStrategyParameters(int value) -
getStrategyParametersGroup
-
setStrategyParametersGroup
-
getTargetStrategyParameters
-
setTargetStrategyParameters
-
getParticipationRate
-
setParticipationRate
-
getCancellationRights
-
setCancellationRights
-
getMoneyLaunderingStatus
-
setMoneyLaunderingStatus
-
getRegistID
-
setRegistID
-
getDesignation
-
setDesignation
-
toFIX
- Specified by:
toFIX
in interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIX
in interfacecom.epam.fix.model.Block
-