public class NetworkCounterpartySystemStatusResponse.CompIDsGroup extends Object
Constructor and Description |
---|
CompIDsGroup() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
String |
getDeskID() |
String |
getLocationID() |
String |
getRefCompID() |
String |
getRefSubID() |
String |
getStatusText() |
Long |
getStatusValue() |
void |
setDeskID(String value) |
void |
setLocationID(String value) |
void |
setRefCompID(String value) |
void |
setRefSubID(String value) |
void |
setStatusText(String value) |
void |
setStatusValue(Long value) |
void |
toFIX(FIXFieldList l) |
public String getRefCompID()
public void setRefCompID(String value)
public String getRefSubID()
public void setRefSubID(String value)
public String getLocationID()
public void setLocationID(String value)
public String getDeskID()
public void setDeskID(String value)
public Long getStatusValue()
public void setStatusValue(Long value)
public String getStatusText()
public void setStatusText(String value)
public void toFIX(FIXFieldList l)
public void fromFIX(FIXFieldList l)
Copyright © 2000–2022 EPAM Systems. All rights reserved.