public class ContraGrpBlock extends Object implements com.epam.fix.model.Block
Modifier and Type | Class and Description |
---|---|
class |
ContraGrpBlock.ContraBrokersGroup |
Constructor and Description |
---|
ContraGrpBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
Collection<ContraGrpBlock.ContraBrokersGroup> |
getContraBrokersGroup() |
int |
getNoContraBrokers() |
void |
setContraBrokersGroup(Collection<ContraGrpBlock.ContraBrokersGroup> value) |
void |
setNoContraBrokers(int value) |
void |
toFIX(FIXFieldList l) |
public int getNoContraBrokers()
public void setNoContraBrokers(int value)
public Collection<ContraGrpBlock.ContraBrokersGroup> getContraBrokersGroup()
public void setContraBrokersGroup(Collection<ContraGrpBlock.ContraBrokersGroup> 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.