public class Allocation.ExecsGroup extends Object
Constructor and Description |
---|
ExecsGroup() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
String |
getExecID() |
Character |
getLastCapacity() |
Double |
getLastPx() |
Double |
getLastQty() |
String |
getSecondaryExecID() |
void |
setExecID(String value) |
void |
setLastCapacity(Character value) |
void |
setLastPx(Double value) |
void |
setLastQty(Double value) |
void |
setSecondaryExecID(String value) |
void |
toFIX(FIXFieldList l) |
public Double getLastQty()
public void setLastQty(Double value)
public String getExecID()
public void setExecID(String value)
public String getSecondaryExecID()
public void setSecondaryExecID(String value)
public Double getLastPx()
public void setLastPx(Double value)
public Character getLastCapacity()
public void setLastCapacity(Character value)
public void toFIX(FIXFieldList l)
public void fromFIX(FIXFieldList l)
Copyright © 2000–2022 EPAM Systems. All rights reserved.