public class TrdInstrmntLegGrpElem extends Object
Constructor and Description |
---|
TrdInstrmntLegGrpElem()
Create new object.
|
Modifier and Type | Method and Description |
---|---|
long |
getLegPrice()
Strategy leg underlying price (only applicable for futures legs).
|
long |
getLegQty()
Quantity for leg of a multileg.
|
long |
getLegSecurityId()
Instrument identifiier of the leg security.
|
void |
setLegPrice(long value) |
void |
setLegQty(long value) |
void |
setLegSecurityId(long 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 long getLegQty()
public void setLegQty(long value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.