public class RFQRequest.RelatedSymGroup extends Object
Constructor and Description |
---|
RelatedSymGroup() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
InstrumentBlock |
getInstrument() |
Collection<InstrumentLegBlock> |
getLegsGroup() |
int |
getNoLegs() |
int |
getNoUnderlyings() |
Double |
getPrevClosePx() |
Long |
getQuoteRequestType() |
Long |
getQuoteType() |
String |
getTradingSessionID() |
String |
getTradingSessionSubID() |
Collection<UnderlyingInstrumentBlock> |
getUnderlyingsGroup() |
void |
setInstrument(InstrumentBlock value) |
void |
setLegsGroup(Collection<InstrumentLegBlock> value) |
void |
setNoLegs(int value) |
void |
setNoUnderlyings(int value) |
void |
setPrevClosePx(Double value) |
void |
setQuoteRequestType(Long value) |
void |
setQuoteType(Long value) |
void |
setTradingSessionID(String value) |
void |
setTradingSessionSubID(String value) |
void |
setUnderlyingsGroup(Collection<UnderlyingInstrumentBlock> value) |
void |
toFIX(FIXFieldList l) |
public InstrumentBlock getInstrument()
public void setInstrument(InstrumentBlock 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 Double getPrevClosePx()
public void setPrevClosePx(Double value)
public Long getQuoteRequestType()
public void setQuoteRequestType(Long value)
public Long getQuoteType()
public void setQuoteType(Long value)
public String getTradingSessionID()
public void setTradingSessionID(String value)
public String getTradingSessionSubID()
public void setTradingSessionSubID(String value)
public void toFIX(FIXFieldList l)
public void fromFIX(FIXFieldList l)
Copyright © 2000–2022 EPAM Systems. All rights reserved.