public class QuoteStatusRequest extends Object implements com.epam.fix.model.Message
Constructor and Description |
---|
QuoteStatusRequest() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
SMHBlock |
getHeader() |
InstrumentBlock |
getInstrument() |
String |
getQuoteStatusReqID() |
SMTBlock |
getTrailer() |
void |
setHeader(SMHBlock value) |
void |
setInstrument(InstrumentBlock value) |
void |
setQuoteStatusReqID(String 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 getQuoteStatusReqID()
public void setQuoteStatusReqID(String value)
public InstrumentBlock getInstrument()
public void setInstrument(InstrumentBlock 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.