public class AllocationInstruction.ExecsGroup extends Object
Constructor and Description |
---|
ExecsGroup() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
String |
getExecID() |
Double |
getLastParPx() |
Double |
getLastPx() |
Double |
getLastQty() |
String |
getSecondaryExecID() |
void |
setExecID(String value) |
void |
setLastParPx(Double 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 Double getLastParPx()
public void setLastParPx(Double value)
public void toFIX(FIXFieldList l)
public void fromFIX(FIXFieldList l)
Copyright © 2000–2022 EPAM Systems. All rights reserved.