public class SettlInstructionsDataBlock extends Object implements com.epam.fix.model.Block
Constructor and Description |
---|
SettlInstructionsDataBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
DlvyInstGrpBlock |
getDlvyInstGrp() |
Long |
getSettlDeliveryType() |
String |
getStandInstDbID() |
String |
getStandInstDbName() |
Long |
getStandInstDbType() |
void |
setDlvyInstGrp(DlvyInstGrpBlock value) |
void |
setSettlDeliveryType(Long value) |
void |
setStandInstDbID(String value) |
void |
setStandInstDbName(String value) |
void |
setStandInstDbType(Long value) |
void |
toFIX(FIXFieldList l) |
public Long getSettlDeliveryType()
public void setSettlDeliveryType(Long value)
public Long getStandInstDbType()
public void setStandInstDbType(Long value)
public String getStandInstDbName()
public void setStandInstDbName(String value)
public String getStandInstDbID()
public void setStandInstDbID(String value)
public DlvyInstGrpBlock getDlvyInstGrp()
public void setDlvyInstGrp(DlvyInstGrpBlock value)
public void toFIX(FIXFieldList l)
toFIX
in interface com.epam.fix.model.Block
public void fromFIX(FIXFieldList l)
fromFIX
in interface com.epam.fix.model.Block
Copyright © 2000–2022 EPAM Systems. All rights reserved.