public class NewOrderSingle.AllocsGroup extends Object
Constructor and Description |
---|
AllocsGroup() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
String |
getAllocAccount() |
Long |
getAllocAcctIDSource() |
Double |
getAllocQty() |
String |
getAllocSettlCurrency() |
String |
getIndividualAllocID() |
NestedPartiesBlock |
getNestedParties() |
void |
setAllocAccount(String value) |
void |
setAllocAcctIDSource(Long value) |
void |
setAllocQty(Double value) |
void |
setAllocSettlCurrency(String value) |
void |
setIndividualAllocID(String value) |
void |
setNestedParties(NestedPartiesBlock 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 NestedPartiesBlock getNestedParties()
public void setNestedParties(NestedPartiesBlock value)
public Double getAllocQty()
public void setAllocQty(Double value)
public void toFIX(FIXFieldList l)
public void fromFIX(FIXFieldList l)
Copyright © 2000–2022 EPAM Systems. All rights reserved.