public class InstrmtLegGrpElem extends Object
Constructor and Description |
---|
InstrmtLegGrpElem()
Create new object.
|
Modifier and Type | Method and Description |
---|---|
long |
getLegPrice()
Strategy leg underlying price (only applicable for futures legs).
|
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 |
setLegPrice(long value) |
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 getLegPrice()
public void setLegPrice(long value)
public int getLegSymbol()
public void setLegSymbol(int value)
public long getLegRatioQty()
public void setLegRatioQty(long value)
public LegSide getLegSide()
public void setLegSide(LegSide value)
public LegSecurityType getLegSecurityType()
public void setLegSecurityType(LegSecurityType value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.