public class QuotSetGrpBlock extends Object implements com.epam.fix.model.Block
Modifier and Type | Class and Description |
---|---|
class |
QuotSetGrpBlock.QuoteSetsGroup |
Constructor and Description |
---|
QuotSetGrpBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
int |
getNoQuoteSets() |
Collection<QuotSetGrpBlock.QuoteSetsGroup> |
getQuoteSetsGroup() |
void |
setNoQuoteSets(int value) |
void |
setQuoteSetsGroup(Collection<QuotSetGrpBlock.QuoteSetsGroup> value) |
void |
toFIX(FIXFieldList l) |
public int getNoQuoteSets()
public void setNoQuoteSets(int value)
public Collection<QuotSetGrpBlock.QuoteSetsGroup> getQuoteSetsGroup()
public void setQuoteSetsGroup(Collection<QuotSetGrpBlock.QuoteSetsGroup> 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.