public class SMTBlock extends Object implements com.epam.fix.model.Block
Constructor and Description |
---|
SMTBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
String |
getCheckSum() |
String |
getSignature() |
Long |
getSignatureLength() |
void |
setCheckSum(String value) |
void |
setSignature(String value) |
void |
setSignatureLength(Long value) |
void |
toFIX(FIXFieldList l) |
public Long getSignatureLength()
public void setSignatureLength(Long value)
public String getSignature()
public void setSignature(String value)
public String getCheckSum()
public void setCheckSum(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.