public class SettlInstructionsDataBlock extends Object implements com.epam.fix.model.Block
Modifier and Type | Class and Description |
---|---|
class |
SettlInstructionsDataBlock.DlvyInstGroup |
Constructor and Description |
---|
SettlInstructionsDataBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
Collection<SettlInstructionsDataBlock.DlvyInstGroup> |
getDlvyInstGroup() |
int |
getNoDlvyInst() |
Long |
getSettlDeliveryType() |
String |
getStandInstDbID() |
String |
getStandInstDbName() |
Long |
getStandInstDbType() |
void |
setDlvyInstGroup(Collection<SettlInstructionsDataBlock.DlvyInstGroup> value) |
void |
setNoDlvyInst(int 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 int getNoDlvyInst()
public void setNoDlvyInst(int value)
public Collection<SettlInstructionsDataBlock.DlvyInstGroup> getDlvyInstGroup()
public void setDlvyInstGroup(Collection<SettlInstructionsDataBlock.DlvyInstGroup> 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.