public class SecurityStatusRequest extends Object implements com.epam.fix.model.Message
Constructor and Description |
---|
SecurityStatusRequest() |
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 InstrumentExtensionBlock getInstrumentExtension()
public void setInstrumentExtension(InstrumentExtensionBlock value)
public int getNoUnderlyings()
public void setNoUnderlyings(int value)
public Collection<UnderlyingInstrumentBlock> getUnderlyingsGroup()
public void setUnderlyingsGroup(Collection<UnderlyingInstrumentBlock> value)
public int getNoLegs()
public void setNoLegs(int value)
public Collection<InstrumentLegBlock> getLegsGroup()
public void setLegsGroup(Collection<InstrumentLegBlock> value)
public String getCurrency()
public void setCurrency(String value)
public Character getSubscriptionRequestType()
public void setSubscriptionRequestType(Character value)
public String getTradingSessionID()
public void setTradingSessionID(String value)
public String getTradingSessionSubID()
public void setTradingSessionSubID(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.