public class InstrumentExtensionBlock extends Object implements com.epam.fix.model.Block
Modifier and Type | Class and Description |
---|---|
class |
InstrumentExtensionBlock.InstrAttribGroup |
Constructor and Description |
---|
InstrumentExtensionBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
Long |
getDeliveryForm() |
Collection<InstrumentExtensionBlock.InstrAttribGroup> |
getInstrAttribGroup() |
int |
getNoInstrAttrib() |
Double |
getPctAtRisk() |
void |
setDeliveryForm(Long value) |
void |
setInstrAttribGroup(Collection<InstrumentExtensionBlock.InstrAttribGroup> value) |
void |
setNoInstrAttrib(int value) |
void |
setPctAtRisk(Double value) |
void |
toFIX(FIXFieldList l) |
public Long getDeliveryForm()
public void setDeliveryForm(Long value)
public Double getPctAtRisk()
public void setPctAtRisk(Double value)
public int getNoInstrAttrib()
public void setNoInstrAttrib(int value)
public Collection<InstrumentExtensionBlock.InstrAttribGroup> getInstrAttribGroup()
public void setInstrAttribGroup(Collection<InstrumentExtensionBlock.InstrAttribGroup> 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.