public class MassQuote extends Object implements com.epam.fix.model.Message
Modifier and Type | Class and Description |
---|---|
class |
MassQuote.QuoteSetsGroup |
Constructor and Description |
---|
MassQuote() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
String |
getAccount() |
Long |
getAccountType() |
Double |
getDefBidSize() |
Double |
getDefOfferSize() |
SMHBlock |
getHeader() |
int |
getNoQuoteSets() |
PartiesBlock |
getParties() |
String |
getQuoteID() |
String |
getQuoteReqID() |
Long |
getQuoteResponseLevel() |
Collection<MassQuote.QuoteSetsGroup> |
getQuoteSetsGroup() |
Long |
getQuoteType() |
SMTBlock |
getTrailer() |
void |
setAccount(String value) |
void |
setAccountType(Long value) |
void |
setDefBidSize(Double value) |
void |
setDefOfferSize(Double value) |
void |
setHeader(SMHBlock value) |
void |
setNoQuoteSets(int value) |
void |
setParties(PartiesBlock value) |
void |
setQuoteID(String value) |
void |
setQuoteReqID(String value) |
void |
setQuoteResponseLevel(Long value) |
void |
setQuoteSetsGroup(Collection<MassQuote.QuoteSetsGroup> value) |
void |
setQuoteType(Long 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 getQuoteReqID()
public void setQuoteReqID(String value)
public String getQuoteID()
public void setQuoteID(String value)
public Long getQuoteType()
public void setQuoteType(Long value)
public Long getQuoteResponseLevel()
public void setQuoteResponseLevel(Long value)
public PartiesBlock getParties()
public void setParties(PartiesBlock value)
public String getAccount()
public void setAccount(String value)
public Long getAccountType()
public void setAccountType(Long value)
public Double getDefBidSize()
public void setDefBidSize(Double value)
public Double getDefOfferSize()
public void setDefOfferSize(Double value)
public int getNoQuoteSets()
public void setNoQuoteSets(int value)
public Collection<MassQuote.QuoteSetsGroup> getQuoteSetsGroup()
public void setQuoteSetsGroup(Collection<MassQuote.QuoteSetsGroup> 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.