public class AllocationReportAck.AllocsGroup extends Object
Constructor and Description |
---|
AllocsGroup() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
String |
getAllocAccount() |
Long |
getAllocAcctIDSource() |
Double |
getAllocPrice() |
String |
getAllocText() |
String |
getEncodedAllocText() |
Long |
getEncodedAllocTextLen() |
String |
getIndividualAllocID() |
Long |
getIndividualAllocRejCode() |
void |
setAllocAccount(String value) |
void |
setAllocAcctIDSource(Long value) |
void |
setAllocPrice(Double value) |
void |
setAllocText(String value) |
void |
setEncodedAllocText(String value) |
void |
setEncodedAllocTextLen(Long value) |
void |
setIndividualAllocID(String value) |
void |
setIndividualAllocRejCode(Long value) |
void |
toFIX(FIXFieldList l) |
public String getAllocAccount()
public void setAllocAccount(String value)
public Long getAllocAcctIDSource()
public void setAllocAcctIDSource(Long value)
public Double getAllocPrice()
public void setAllocPrice(Double value)
public String getIndividualAllocID()
public void setIndividualAllocID(String value)
public Long getIndividualAllocRejCode()
public void setIndividualAllocRejCode(Long value)
public String getAllocText()
public void setAllocText(String value)
public Long getEncodedAllocTextLen()
public void setEncodedAllocTextLen(Long value)
public String getEncodedAllocText()
public void setEncodedAllocText(String value)
public void toFIX(FIXFieldList l)
public void fromFIX(FIXFieldList l)
Copyright © 2000–2022 EPAM Systems. All rights reserved.