Class RegistrationInstructions
java.lang.Object
com.epam.fix.meffmodel.fix50sp2.message.RegistrationInstructions
- All Implemented Interfaces:
com.epam.fix.model.Block
,com.epam.fix.model.Message
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
setAccount
(String value) void
setAccountType
(Long value) void
setAlgorithmicTradeIndicator
(Long value) void
void
setInstrument
(InstrumentBlock value) void
setLastCapacity
(Character value) void
setOrdAttrib
(OrdAttribBlock value) void
setOrderOrigination
(Long value) void
setParties
(PartiesBlock value) void
setPreAllocGrp
(PreAllocGrpBlock value) void
setRegistID
(String value) void
setRegistRefID
(String value) void
setRegistTransType
(Character value) void
setStipulations
(StipulationsBlock value) void
setTrailer
(SMTBlock value) void
-
Constructor Details
-
RegistrationInstructions
public RegistrationInstructions()
-
-
Method Details
-
getHeader
-
setHeader
-
getTrailer
-
setTrailer
-
getRegistID
-
setRegistID
-
getRegistTransType
-
setRegistTransType
-
getRegistRefID
-
setRegistRefID
-
getParties
-
setParties
-
getAccount
-
setAccount
-
getAccountType
-
setAccountType
-
getInstrument
-
setInstrument
-
getPreAllocGrp
-
setPreAllocGrp
-
getStipulations
-
setStipulations
-
getOrderOrigination
-
setOrderOrigination
-
getOrdAttrib
-
setOrdAttrib
-
getLastCapacity
-
setLastCapacity
-
getAlgorithmicTradeIndicator
-
setAlgorithmicTradeIndicator
-
toFIX
- Specified by:
toFIX
in interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIX
in interfacecom.epam.fix.model.Block
-