public class StreamAssignmentReportAck extends Object implements com.epam.fix.model.Message
Constructor and Description |
---|
StreamAssignmentReportAck() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
String |
getEncodedText() |
Long |
getEncodedTextLen() |
SMHBlock |
getHeader() |
Long |
getStreamAsgnAckType() |
Long |
getStreamAsgnRejReason() |
String |
getStreamAsgnRptID() |
String |
getText() |
SMTBlock |
getTrailer() |
void |
setEncodedText(String value) |
void |
setEncodedTextLen(Long value) |
void |
setHeader(SMHBlock value) |
void |
setStreamAsgnAckType(Long value) |
void |
setStreamAsgnRejReason(Long value) |
void |
setStreamAsgnRptID(String value) |
void |
setText(String value) |
void |
setTrailer(SMTBlock value) |
void |
toFIX(FIXFieldList l) |
public SMHBlock getHeader()
public void setHeader(SMHBlock value)
public SMTBlock getTrailer()
public void setTrailer(SMTBlock value)
public Long getStreamAsgnAckType()
public void setStreamAsgnAckType(Long value)
public String getStreamAsgnRptID()
public void setStreamAsgnRptID(String value)
public Long getStreamAsgnRejReason()
public void setStreamAsgnRejReason(Long value)
public String getText()
public void setText(String value)
public Long getEncodedTextLen()
public void setEncodedTextLen(Long value)
public String getEncodedText()
public void setEncodedText(String value)
public void toFIX(FIXFieldList l)
toFIX
in interface com.epam.fix.model.Block
public void fromFIX(FIXFieldList l)
fromFIX
in interface com.epam.fix.model.Block
Copyright © 2000–2022 EPAM Systems. All rights reserved.