public class CommissionData
extends quickfix.MessageComponent
| Constructor and Description |
|---|
CommissionData() |
| Modifier and Type | Method and Description |
|---|---|
CommCurrency |
get(CommCurrency value) |
Commission |
get(Commission value) |
CommType |
get(CommType value) |
FundRenewWaiv |
get(FundRenewWaiv value) |
CommCurrency |
getCommCurrency() |
Commission |
getCommission() |
CommType |
getCommType() |
protected int[] |
getFields() |
FundRenewWaiv |
getFundRenewWaiv() |
protected int[] |
getGroupFields() |
boolean |
isSet(CommCurrency field) |
boolean |
isSet(Commission field) |
boolean |
isSet(CommType field) |
boolean |
isSet(FundRenewWaiv field) |
boolean |
isSetCommCurrency() |
boolean |
isSetCommission() |
boolean |
isSetCommType() |
boolean |
isSetFundRenewWaiv() |
void |
set(CommCurrency value) |
void |
set(Commission value) |
void |
set(CommType value) |
void |
set(FundRenewWaiv value) |
addGroup, addGroupRef, calculateString, clear, getBoolean, getChar, getComponent, getDecimal, getDouble, getField, getField, getField, getField, getField, getField, getField, getField, getField, getField, getFieldOrder, getGroup, getGroup, getGroupCount, getGroups, getInt, getOptionalDecimal, getOptionalString, getString, getUtcDateOnly, getUtcTimeOnly, getUtcTimeStamp, groupKeyIterator, hasGroup, hasGroup, hasGroup, hasGroup, indexOf, initializeFrom, isEmpty, isSetField, isSetField, iterator, removeField, removeGroup, removeGroup, removeGroup, removeGroup, replaceGroup, reset, setBoolean, setBytes, setChar, setComponent, setDecimal, setDecimal, setDouble, setDouble, setField, setField, setField, setField, setField, setField, setField, setField, setField, setField, setField, setFields, setGroupCount, setGroups, setGroups, setInt, setString, setUtcDateOnly, setUtcTimeOnly, setUtcTimeOnly, setUtcTimeOnly, setUtcTimeStamp, setUtcTimeStamp, setUtcTimeStamppublic static final String MSGTYPE
protected int[] getFields()
getFields in class quickfix.MessageComponentprotected int[] getGroupFields()
getGroupFields in class quickfix.MessageComponentpublic void set(Commission value)
public Commission get(Commission value) throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic Commission getCommission() throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic boolean isSet(Commission field)
public boolean isSetCommission()
public void set(CommType value)
public CommType get(CommType value) throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic CommType getCommType() throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic boolean isSet(CommType field)
public boolean isSetCommType()
public void set(CommCurrency value)
public CommCurrency get(CommCurrency value) throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic CommCurrency getCommCurrency() throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic boolean isSet(CommCurrency field)
public boolean isSetCommCurrency()
public void set(FundRenewWaiv value)
public FundRenewWaiv get(FundRenewWaiv value) throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic FundRenewWaiv getFundRenewWaiv() throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic boolean isSet(FundRenewWaiv field)
public boolean isSetFundRenewWaiv()
Copyright © 2018. All rights reserved.