Class StreamAssignmentReportAck
java.lang.Object
com.epam.fix.model.fix50sp2.message.StreamAssignmentReportAck
- All Implemented Interfaces:
com.epam.fix.model.Block
,com.epam.fix.model.Message
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getText()
void
setEncodedText
(String value) void
setEncodedTextLen
(Long value) void
void
setStreamAsgnAckType
(Long value) void
setStreamAsgnRejReason
(Long value) void
setStreamAsgnRptID
(String value) void
void
setTrailer
(SMTBlock value) void
-
Constructor Details
-
StreamAssignmentReportAck
public StreamAssignmentReportAck()
-
-
Method Details
-
getHeader
-
setHeader
-
getTrailer
-
setTrailer
-
getStreamAsgnAckType
-
setStreamAsgnAckType
-
getStreamAsgnRptID
-
setStreamAsgnRptID
-
getStreamAsgnRejReason
-
setStreamAsgnRejReason
-
getText
-
setText
-
getEncodedTextLen
-
setEncodedTextLen
-
getEncodedText
-
setEncodedText
-
toFIX
- Specified by:
toFIX
in interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIX
in interfacecom.epam.fix.model.Block
-