public class AllocationInstructionAlert.AllocsGroup.MiscFeesGroup extends Object
Modifier and Type | Class and Description |
---|---|
class |
AllocationInstructionAlert.AllocsGroup.MiscFeesGroup.ClearingInstructionsGroup |
Constructor and Description |
---|
MiscFeesGroup() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
String |
getClearingFeeIndicator() |
Collection<AllocationInstructionAlert.AllocsGroup.MiscFeesGroup.ClearingInstructionsGroup> |
getClearingInstructionsGroup() |
Double |
getMiscFeeAmt() |
Long |
getMiscFeeBasis() |
String |
getMiscFeeCurr() |
String |
getMiscFeeType() |
int |
getNoClearingInstructions() |
void |
setClearingFeeIndicator(String value) |
void |
setClearingInstructionsGroup(Collection<AllocationInstructionAlert.AllocsGroup.MiscFeesGroup.ClearingInstructionsGroup> value) |
void |
setMiscFeeAmt(Double value) |
void |
setMiscFeeBasis(Long value) |
void |
setMiscFeeCurr(String value) |
void |
setMiscFeeType(String value) |
void |
setNoClearingInstructions(int value) |
void |
toFIX(FIXFieldList l) |
public Double getMiscFeeAmt()
public void setMiscFeeAmt(Double value)
public String getMiscFeeCurr()
public void setMiscFeeCurr(String value)
public String getMiscFeeType()
public void setMiscFeeType(String value)
public Long getMiscFeeBasis()
public void setMiscFeeBasis(Long value)
public int getNoClearingInstructions()
public void setNoClearingInstructions(int value)
public Collection<AllocationInstructionAlert.AllocsGroup.MiscFeesGroup.ClearingInstructionsGroup> getClearingInstructionsGroup()
public void setClearingInstructionsGroup(Collection<AllocationInstructionAlert.AllocsGroup.MiscFeesGroup.ClearingInstructionsGroup> value)
public String getClearingFeeIndicator()
public void setClearingFeeIndicator(String value)
public void toFIX(FIXFieldList l)
public void fromFIX(FIXFieldList l)
Copyright © 2000–2022 EPAM Systems. All rights reserved.