public class ClrInstrGrpBlock extends Object implements com.epam.fix.model.Block
Modifier and Type | Class and Description |
---|---|
class |
ClrInstrGrpBlock.ClearingInstructionsGroup |
Constructor and Description |
---|
ClrInstrGrpBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
Collection<ClrInstrGrpBlock.ClearingInstructionsGroup> |
getClearingInstructionsGroup() |
int |
getNoClearingInstructions() |
void |
setClearingInstructionsGroup(Collection<ClrInstrGrpBlock.ClearingInstructionsGroup> value) |
void |
setNoClearingInstructions(int value) |
void |
toFIX(FIXFieldList l) |
public int getNoClearingInstructions()
public void setNoClearingInstructions(int value)
public Collection<ClrInstrGrpBlock.ClearingInstructionsGroup> getClearingInstructionsGroup()
public void setClearingInstructionsGroup(Collection<ClrInstrGrpBlock.ClearingInstructionsGroup> 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.