public class SecurityStatusRequest extends Object implements com.epam.fix.model.Message
Constructor and Description |
---|
SecurityStatusRequest() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
SMHBlock |
getHeader() |
InstrumentBlock |
getInstrument() |
Boolean |
getMoreSubscriptionsFollowing() |
String |
getSecurityStatusReqID() |
Character |
getSubscriptionRequestType() |
SMTBlock |
getTrailer() |
UndInstrmtGrpBlock |
getUndInstrmtGrp() |
void |
setHeader(SMHBlock value) |
void |
setInstrument(InstrumentBlock value) |
void |
setMoreSubscriptionsFollowing(Boolean value) |
void |
setSecurityStatusReqID(String value) |
void |
setSubscriptionRequestType(Character value) |
void |
setTrailer(SMTBlock value) |
void |
setUndInstrmtGrp(UndInstrmtGrpBlock value) |
void |
toFIX(FIXFieldList l) |
public SMHBlock getHeader()
public void setHeader(SMHBlock value)
public SMTBlock getTrailer()
public void setTrailer(SMTBlock value)
public String getSecurityStatusReqID()
public void setSecurityStatusReqID(String value)
public InstrumentBlock getInstrument()
public void setInstrument(InstrumentBlock value)
public UndInstrmtGrpBlock getUndInstrmtGrp()
public void setUndInstrmtGrp(UndInstrmtGrpBlock value)
public Character getSubscriptionRequestType()
public void setSubscriptionRequestType(Character value)
public Boolean getMoreSubscriptionsFollowing()
public void setMoreSubscriptionsFollowing(Boolean 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.