public class SecurityDefinitionRequest.LegsGroup extends Object
Constructor and Description |
---|
LegsGroup() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
InstrumentLegBlock |
getInstrumentLeg() |
Double |
getLegOptionRatio() |
Double |
getLegPrice() |
void |
setInstrumentLeg(InstrumentLegBlock value) |
void |
setLegOptionRatio(Double value) |
void |
setLegPrice(Double value) |
void |
toFIX(FIXFieldList l) |
public InstrumentLegBlock getInstrumentLeg()
public void setInstrumentLeg(InstrumentLegBlock value)
public Double getLegOptionRatio()
public void setLegOptionRatio(Double value)
public Double getLegPrice()
public void setLegPrice(Double value)
public void toFIX(FIXFieldList l)
public void fromFIX(FIXFieldList l)
Copyright © 2000–2022 EPAM Systems. All rights reserved.