public class InstrumentPartiesBlock.InstrumentPartiesGroup extends Object
Constructor and Description |
---|
InstrumentPartiesGroup() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
String |
getInstrumentPartyID() |
Character |
getInstrumentPartyIDSource() |
Long |
getInstrumentPartyRole() |
InstrumentPtysSubGrpBlock |
getInstrumentPtysSubGrp() |
void |
setInstrumentPartyID(String value) |
void |
setInstrumentPartyIDSource(Character value) |
void |
setInstrumentPartyRole(Long value) |
void |
setInstrumentPtysSubGrp(InstrumentPtysSubGrpBlock value) |
void |
toFIX(FIXFieldList l) |
public String getInstrumentPartyID()
public void setInstrumentPartyID(String value)
public Character getInstrumentPartyIDSource()
public void setInstrumentPartyIDSource(Character value)
public Long getInstrumentPartyRole()
public void setInstrumentPartyRole(Long value)
public InstrumentPtysSubGrpBlock getInstrumentPtysSubGrp()
public void setInstrumentPtysSubGrp(InstrumentPtysSubGrpBlock value)
public void toFIX(FIXFieldList l)
public void fromFIX(FIXFieldList l)
Copyright © 2000–2022 EPAM Systems. All rights reserved.