public class AllocationReport.OrdersGroup extends Object
Constructor and Description |
---|
OrdersGroup() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
String |
getClOrdID() |
String |
getListID() |
NestedParties2Block |
getNestedParties2() |
Double |
getOrderAvgPx() |
Double |
getOrderBookingQty() |
String |
getOrderID() |
Double |
getOrderQty() |
String |
getSecondaryClOrdID() |
String |
getSecondaryOrderID() |
void |
setClOrdID(String value) |
void |
setListID(String value) |
void |
setNestedParties2(NestedParties2Block value) |
void |
setOrderAvgPx(Double value) |
void |
setOrderBookingQty(Double value) |
void |
setOrderID(String value) |
void |
setOrderQty(Double value) |
void |
setSecondaryClOrdID(String value) |
void |
setSecondaryOrderID(String value) |
void |
toFIX(FIXFieldList l) |
public String getClOrdID()
public void setClOrdID(String value)
public String getOrderID()
public void setOrderID(String value)
public String getSecondaryOrderID()
public void setSecondaryOrderID(String value)
public String getSecondaryClOrdID()
public void setSecondaryClOrdID(String value)
public String getListID()
public void setListID(String value)
public NestedParties2Block getNestedParties2()
public void setNestedParties2(NestedParties2Block value)
public Double getOrderQty()
public void setOrderQty(Double value)
public Double getOrderAvgPx()
public void setOrderAvgPx(Double value)
public Double getOrderBookingQty()
public void setOrderBookingQty(Double value)
public void toFIX(FIXFieldList l)
public void fromFIX(FIXFieldList l)
Copyright © 2000–2022 EPAM Systems. All rights reserved.