public class SecurityList extends Object implements com.epam.fix.model.Message
Constructor and Description |
---|
SecurityList() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
ApplicationSequenceControlBlock |
getApplicationSequenceControl() |
SMHBlock |
getHeader() |
Boolean |
getLastFragment() |
String |
getMarketID() |
String |
getMarketSegmentID() |
SecListGrpBlock |
getSecListGrp() |
String |
getSecurityReqID() |
Long |
getSecurityRequestResult() |
String |
getSecurityResponseID() |
Long |
getTotNoRelatedSym() |
SMTBlock |
getTrailer() |
void |
setApplicationSequenceControl(ApplicationSequenceControlBlock value) |
void |
setHeader(SMHBlock value) |
void |
setLastFragment(Boolean value) |
void |
setMarketID(String value) |
void |
setMarketSegmentID(String value) |
void |
setSecListGrp(SecListGrpBlock value) |
void |
setSecurityReqID(String value) |
void |
setSecurityRequestResult(Long value) |
void |
setSecurityResponseID(String value) |
void |
setTotNoRelatedSym(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 ApplicationSequenceControlBlock getApplicationSequenceControl()
public void setApplicationSequenceControl(ApplicationSequenceControlBlock value)
public String getSecurityReqID()
public void setSecurityReqID(String value)
public String getSecurityResponseID()
public void setSecurityResponseID(String value)
public Long getSecurityRequestResult()
public void setSecurityRequestResult(Long value)
public Long getTotNoRelatedSym()
public void setTotNoRelatedSym(Long value)
public String getMarketID()
public void setMarketID(String value)
public String getMarketSegmentID()
public void setMarketSegmentID(String value)
public Boolean getLastFragment()
public void setLastFragment(Boolean value)
public SecListGrpBlock getSecListGrp()
public void setSecListGrp(SecListGrpBlock 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.