public class TradeCaptureReport.SidesGroup.AllocsGroup extends Object
Constructor and Description |
---|
AllocsGroup() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
String |
getAllocAccount() |
Long |
getAllocAcctIDSource() |
String |
getAllocClearingFeeIndicator() |
String |
getAllocCustomerCapacity() |
Long |
getAllocMethod() |
Double |
getAllocQty() |
String |
getAllocSettlCurrency() |
String |
getIndividualAllocID() |
NestedParties2Block |
getNestedParties2() |
String |
getSecondaryIndividualAllocID() |
void |
setAllocAccount(String value) |
void |
setAllocAcctIDSource(Long value) |
void |
setAllocClearingFeeIndicator(String value) |
void |
setAllocCustomerCapacity(String value) |
void |
setAllocMethod(Long value) |
void |
setAllocQty(Double value) |
void |
setAllocSettlCurrency(String value) |
void |
setIndividualAllocID(String value) |
void |
setNestedParties2(NestedParties2Block value) |
void |
setSecondaryIndividualAllocID(String value) |
void |
toFIX(FIXFieldList l) |
public String getAllocAccount()
public void setAllocAccount(String value)
public Long getAllocAcctIDSource()
public void setAllocAcctIDSource(Long value)
public String getAllocSettlCurrency()
public void setAllocSettlCurrency(String value)
public String getIndividualAllocID()
public void setIndividualAllocID(String value)
public NestedParties2Block getNestedParties2()
public void setNestedParties2(NestedParties2Block value)
public Double getAllocQty()
public void setAllocQty(Double value)
public String getAllocCustomerCapacity()
public void setAllocCustomerCapacity(String value)
public Long getAllocMethod()
public void setAllocMethod(Long value)
public String getSecondaryIndividualAllocID()
public void setSecondaryIndividualAllocID(String value)
public String getAllocClearingFeeIndicator()
public void setAllocClearingFeeIndicator(String value)
public void toFIX(FIXFieldList l)
public void fromFIX(FIXFieldList l)
Copyright © 2000–2022 EPAM Systems. All rights reserved.