public class RegistrationInstructions.RegistDtlsGroup extends Object
Constructor and Description |
---|
RegistDtlsGroup() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
Calendar |
getDateOfBirth() |
String |
getInvestorCountryOfResidence() |
String |
getMailingDtls() |
String |
getMailingInst() |
NestedPartiesBlock |
getNestedParties() |
Long |
getOwnerType() |
String |
getRegistDetls() |
String |
getRegistEmail() |
void |
setDateOfBirth(Calendar value) |
void |
setInvestorCountryOfResidence(String value) |
void |
setMailingDtls(String value) |
void |
setMailingInst(String value) |
void |
setNestedParties(NestedPartiesBlock value) |
void |
setOwnerType(Long value) |
void |
setRegistDetls(String value) |
void |
setRegistEmail(String value) |
void |
toFIX(FIXFieldList l) |
public String getRegistDetls()
public void setRegistDetls(String value)
public String getRegistEmail()
public void setRegistEmail(String value)
public String getMailingDtls()
public void setMailingDtls(String value)
public String getMailingInst()
public void setMailingInst(String value)
public NestedPartiesBlock getNestedParties()
public void setNestedParties(NestedPartiesBlock value)
public Long getOwnerType()
public void setOwnerType(Long value)
public Calendar getDateOfBirth()
public void setDateOfBirth(Calendar value)
public String getInvestorCountryOfResidence()
public void setInvestorCountryOfResidence(String value)
public void toFIX(FIXFieldList l)
public void fromFIX(FIXFieldList l)
Copyright © 2000–2022 EPAM Systems. All rights reserved.