public class SecurityDefinition extends Object implements com.epam.fix.model.Message
Constructor and Description |
---|
SecurityDefinition() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
String |
getApplID() |
Long |
getApplSeqNum() |
SMHBlock |
getHeader() |
InstrmtLegGrpBlock |
getInstrmtLegGrp() |
InstrumentBlock |
getInstrument() |
String |
getRejectText() |
String |
getSecurityReqID() |
Long |
getSecurityResponseType() |
SMTBlock |
getTrailer() |
void |
setApplID(String value) |
void |
setApplSeqNum(Long value) |
void |
setHeader(SMHBlock value) |
void |
setInstrmtLegGrp(InstrmtLegGrpBlock value) |
void |
setInstrument(InstrumentBlock value) |
void |
setRejectText(String value) |
void |
setSecurityReqID(String value) |
void |
setSecurityResponseType(Long 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 String getApplID()
public void setApplID(String value)
public Long getApplSeqNum()
public void setApplSeqNum(Long value)
public String getSecurityReqID()
public void setSecurityReqID(String value)
public Long getSecurityResponseType()
public void setSecurityResponseType(Long value)
public InstrumentBlock getInstrument()
public void setInstrument(InstrumentBlock value)
public InstrmtLegGrpBlock getInstrmtLegGrp()
public void setInstrmtLegGrp(InstrmtLegGrpBlock value)
public String getRejectText()
public void setRejectText(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.