Package com.epam.fix.model.fix44.message
Class CrossOrderCancelReplaceRequest
java.lang.Object
com.epam.fix.model.fix44.message.CrossOrderCancelReplaceRequest
- All Implemented Interfaces:
com.epam.fix.model.Block
,com.epam.fix.model.Message
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getIOIid()
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
setEffectiveTime
(Calendar value) void
setExDestination
(String value) 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
setMaxFloor
(Double value) void
setMaxShow
(Double value) void
void
void
setNoLegs
(int value) void
setNoSides
(int value) void
setNoTradingSessions
(int value) void
setNoUnderlyings
(int value) void
setOrderID
(String value) void
setOrdType
(Character value) void
setOrigCrossID
(String value) void
setParticipationRate
(Double value) void
void
setPrevClosePx
(Double value) void
void
setPriceType
(Long value) void
setProcessCode
(Character value) void
setQuoteID
(String value) void
setRegistID
(String value) void
setSettlDate
(Calendar value) void
setSettlType
(Character value) void
void
void
setStipulations
(StipulationsBlock value) void
void
setTargetStrategy
(Long value) void
void
setTimeInForce
(Character value) void
void
setTrailer
(SMTBlock value) void
setTransactTime
(Calendar value) void
void
setYieldData
(YieldDataBlock value) void
-
Constructor Details
-
CrossOrderCancelReplaceRequest
public CrossOrderCancelReplaceRequest()
-
-
Method Details
-
getHeader
-
setHeader
-
getTrailer
-
setTrailer
-
getOrderID
-
setOrderID
-
getCrossID
-
setCrossID
-
getOrigCrossID
-
setOrigCrossID
-
getCrossType
-
setCrossType
-
getCrossPrioritization
-
setCrossPrioritization
-
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
-
getMaxFloor
-
setMaxFloor
-
getExDestination
-
setExDestination
-
getNoTradingSessions
public int getNoTradingSessions() -
setNoTradingSessions
public void setNoTradingSessions(int value) -
getTradingSessionsGroup
-
setTradingSessionsGroup
public void setTradingSessionsGroup(Collection<CrossOrderCancelReplaceRequest.TradingSessionsGroup> value) -
getProcessCode
-
setProcessCode
-
getPrevClosePx
-
setPrevClosePx
-
getLocateReqd
-
setLocateReqd
-
getTransactTime
-
setTransactTime
-
getStipulations
-
setStipulations
-
getOrdType
-
setOrdType
-
getPriceType
-
setPriceType
-
getPrice
-
setPrice
-
getStopPx
-
setStopPx
-
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
-
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
-