public class ListStrikePrice.StrikesGroup extends Object
Constructor and Description |
---|
StrikesGroup() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
String |
getClOrdID() |
String |
getCurrency() |
String |
getEncodedText() |
Long |
getEncodedTextLen() |
InstrumentBlock |
getInstrument() |
int |
getNoUnderlyings() |
Double |
getPrevClosePx() |
Double |
getPrice() |
String |
getSecondaryClOrdID() |
Character |
getSide() |
String |
getText() |
Collection<UnderlyingInstrumentBlock> |
getUnderlyingsGroup() |
void |
setClOrdID(String value) |
void |
setCurrency(String value) |
void |
setEncodedText(String value) |
void |
setEncodedTextLen(Long value) |
void |
setInstrument(InstrumentBlock value) |
void |
setNoUnderlyings(int value) |
void |
setPrevClosePx(Double value) |
void |
setPrice(Double value) |
void |
setSecondaryClOrdID(String value) |
void |
setSide(Character value) |
void |
setText(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 Double getPrevClosePx()
public void setPrevClosePx(Double value)
public String getClOrdID()
public void setClOrdID(String value)
public String getSecondaryClOrdID()
public void setSecondaryClOrdID(String value)
public Character getSide()
public void setSide(Character value)
public Double getPrice()
public void setPrice(Double value)
public String getCurrency()
public void setCurrency(String value)
public String getText()
public void setText(String value)
public Long getEncodedTextLen()
public void setEncodedTextLen(Long value)
public String getEncodedText()
public void setEncodedText(String value)
public void toFIX(FIXFieldList l)
public void fromFIX(FIXFieldList l)
Copyright © 2000–2022 EPAM Systems. All rights reserved.