public class ResendRequest extends Object implements com.epam.fix.model.Message
Constructor and Description |
---|
ResendRequest() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
Long |
getBeginSeqNo() |
Long |
getEndSeqNo() |
SMHBlock |
getHeader() |
SMTBlock |
getTrailer() |
void |
setBeginSeqNo(Long value) |
void |
setEndSeqNo(Long value) |
void |
setHeader(SMHBlock 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 getBeginSeqNo()
public void setBeginSeqNo(Long value)
public Long getEndSeqNo()
public void setEndSeqNo(Long 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.