public class QuotReqLegsGrpElem extends Object
Constructor and Description |
---|
QuotReqLegsGrpElem()
Create new object.
|
Modifier and Type | Method and Description |
---|---|
long |
getLegRatioQty()
The ratio of quantity for this individual leg relative to the entire multileg security.
|
long |
getLegSecurityId()
Instrument identifiier of the leg security.
|
LegSecurityType |
getLegSecurityType()
Indicates type of leg.
|
LegSide |
getLegSide()
The side of the individual leg of a strategy.
|
int |
getLegSymbol()
Product identifiier of the leg security.
|
void |
setLegRatioQty(long value) |
void |
setLegSecurityId(long value) |
void |
setLegSecurityType(LegSecurityType value) |
void |
setLegSide(LegSide value) |
void |
setLegSymbol(int value) |
String |
toString()
Returns a string representation.
|
public String toString()
public long getLegSecurityId()
public void setLegSecurityId(long value)
public long getLegRatioQty()
public void setLegRatioQty(long value)
public int getLegSymbol()
public void setLegSymbol(int value)
public LegSecurityType getLegSecurityType()
public void setLegSecurityType(LegSecurityType value)
public LegSide getLegSide()
public void setLegSide(LegSide value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.