public class QuoteStatusRequest extends Object implements com.epam.fix.model.Message
Constructor and Description |
---|
QuoteStatusRequest() |
public SMHBlock getHeader()
public void setHeader(SMHBlock value)
public SMTBlock getTrailer()
public void setTrailer(SMTBlock value)
public String getQuoteStatusReqID()
public void setQuoteStatusReqID(String value)
public String getQuoteID()
public void setQuoteID(String value)
public InstrumentBlock getInstrument()
public void setInstrument(InstrumentBlock value)
public FinancingDetailsBlock getFinancingDetails()
public void setFinancingDetails(FinancingDetailsBlock 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 PartiesBlock getParties()
public void setParties(PartiesBlock value)
public String getAccount()
public void setAccount(String value)
public Long getAcctIDSource()
public void setAcctIDSource(Long value)
public Long getAccountType()
public void setAccountType(Long value)
public String getTradingSessionID()
public void setTradingSessionID(String value)
public String getTradingSessionSubID()
public void setTradingSessionSubID(String value)
public Character getSubscriptionRequestType()
public void setSubscriptionRequestType(Character 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.