public class QuoteCancel.QuoteEntriesGroup extends Object
Constructor and Description |
---|
QuoteEntriesGroup() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
FinancingDetailsBlock |
getFinancingDetails() |
InstrumentBlock |
getInstrument() |
Collection<InstrumentLegBlock> |
getLegsGroup() |
int |
getNoLegs() |
int |
getNoUnderlyings() |
Collection<UnderlyingInstrumentBlock> |
getUnderlyingsGroup() |
void |
setFinancingDetails(FinancingDetailsBlock value) |
void |
setInstrument(InstrumentBlock value) |
void |
setLegsGroup(Collection<InstrumentLegBlock> value) |
void |
setNoLegs(int value) |
void |
setNoUnderlyings(int value) |
void |
setUnderlyingsGroup(Collection<UnderlyingInstrumentBlock> value) |
void |
toFIX(FIXFieldList l) |
public InstrumentBlock getInstrument()
public void setInstrument(InstrumentBlock value)
public FinancingDetailsBlock getFinancingDetails()
public void setFinancingDetails(FinancingDetailsBlock 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 void toFIX(FIXFieldList l)
public void fromFIX(FIXFieldList l)
Copyright © 2000–2022 EPAM Systems. All rights reserved.