public class Quote extends Object implements com.epam.fix.model.Message
Constructor and Description |
---|
Quote() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
Double |
getBidPx() |
Double |
getBidSize() |
SMHBlock |
getHeader() |
InstrumentBlock |
getInstrument() |
Double |
getOfferPx() |
Double |
getOfferSize() |
String |
getQuoteID() |
SMTBlock |
getTrailer() |
void |
setBidPx(Double value) |
void |
setBidSize(Double value) |
void |
setHeader(SMHBlock value) |
void |
setInstrument(InstrumentBlock value) |
void |
setOfferPx(Double value) |
void |
setOfferSize(Double value) |
void |
setQuoteID(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 getQuoteID()
public void setQuoteID(String value)
public InstrumentBlock getInstrument()
public void setInstrument(InstrumentBlock value)
public Double getBidPx()
public void setBidPx(Double value)
public Double getOfferPx()
public void setOfferPx(Double value)
public Double getBidSize()
public void setBidSize(Double value)
public Double getOfferSize()
public void setOfferSize(Double 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.