quickfix.fix50
Class BidResponse.NoBidComponents

java.lang.Object
  extended by quickfix.FieldMap
      extended by quickfix.Group
          extended by quickfix.fix50.BidResponse.NoBidComponents
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
BidResponse

public static class BidResponse.NoBidComponents
extends Group

See Also:
Serialized Form

Constructor Summary
BidResponse.NoBidComponents()
           
 
Method Summary
 CommCurrency get(CommCurrency value)
           
 Commission get(Commission value)
           
 CommissionData get(CommissionData component)
           
 CommType get(CommType value)
           
 Country get(Country value)
           
 EncodedText get(EncodedText value)
           
 EncodedTextLen get(EncodedTextLen value)
           
 FairValue get(FairValue value)
           
 FundRenewWaiv get(FundRenewWaiv value)
           
 ListID get(ListID value)
           
 NetGrossInd get(NetGrossInd value)
           
 Price get(Price value)
           
 PriceType get(PriceType value)
           
 SettlDate get(SettlDate value)
           
 SettlType get(SettlType value)
           
 Side get(Side value)
           
 Text get(Text value)
           
 TradingSessionID get(TradingSessionID value)
           
 TradingSessionSubID get(TradingSessionSubID value)
           
 CommCurrency getCommCurrency()
           
 Commission getCommission()
           
 CommissionData getCommissionData()
           
 CommType getCommType()
           
 Country getCountry()
           
 EncodedText getEncodedText()
           
 EncodedTextLen getEncodedTextLen()
           
 FairValue getFairValue()
           
 FundRenewWaiv getFundRenewWaiv()
           
 ListID getListID()
           
 NetGrossInd getNetGrossInd()
           
 Price getPrice()
           
 PriceType getPriceType()
           
 SettlDate getSettlDate()
           
 SettlType getSettlType()
           
 Side getSide()
           
 Text getText()
           
 TradingSessionID getTradingSessionID()
           
 TradingSessionSubID getTradingSessionSubID()
           
 boolean isSet(CommCurrency field)
           
 boolean isSet(Commission field)
           
 boolean isSet(CommType field)
           
 boolean isSet(Country field)
           
 boolean isSet(EncodedText field)
           
 boolean isSet(EncodedTextLen field)
           
 boolean isSet(FairValue field)
           
 boolean isSet(FundRenewWaiv field)
           
 boolean isSet(ListID field)
           
 boolean isSet(NetGrossInd field)
           
 boolean isSet(Price field)
           
 boolean isSet(PriceType field)
           
 boolean isSet(SettlDate field)
           
 boolean isSet(SettlType field)
           
 boolean isSet(Side field)
           
 boolean isSet(Text field)
           
 boolean isSet(TradingSessionID field)
           
 boolean isSet(TradingSessionSubID field)
           
 boolean isSetCommCurrency()
           
 boolean isSetCommission()
           
 boolean isSetCommType()
           
 boolean isSetCountry()
           
 boolean isSetEncodedText()
           
 boolean isSetEncodedTextLen()
           
 boolean isSetFairValue()
           
 boolean isSetFundRenewWaiv()
           
 boolean isSetListID()
           
 boolean isSetNetGrossInd()
           
 boolean isSetPrice()
           
 boolean isSetPriceType()
           
 boolean isSetSettlDate()
           
 boolean isSetSettlType()
           
 boolean isSetSide()
           
 boolean isSetText()
           
 boolean isSetTradingSessionID()
           
 boolean isSetTradingSessionSubID()
           
 void set(CommCurrency value)
           
 void set(Commission value)
           
 void set(CommissionData component)
           
 void set(CommType value)
           
 void set(Country value)
           
 void set(EncodedText value)
           
 void set(EncodedTextLen value)
           
 void set(FairValue value)
           
 void set(FundRenewWaiv value)
           
 void set(ListID value)
           
 void set(NetGrossInd value)
           
 void set(Price value)
           
 void set(PriceType value)
           
 void set(SettlDate value)
           
 void set(SettlType value)
           
 void set(Side value)
           
 void set(Text value)
           
 void set(TradingSessionID value)
           
 void set(TradingSessionSubID value)
           
 
Methods inherited from class quickfix.Group
addGroup, delim, field, getFieldTag, getGroup
 
Methods inherited from class quickfix.FieldMap
calculateString, clear, getBoolean, getChar, getComponent, getDecimal, getDouble, getField, getField, getField, getField, getField, getField, getField, getField, getField, getField, getFieldOrder, getGroupCount, getGroups, getInt, getString, getUtcDateOnly, getUtcTimeOnly, getUtcTimeStamp, groupKeyIterator, hasGroup, hasGroup, hasGroup, hasGroup, initializeFrom, isEmpty, isSetField, isSetField, iterator, removeField, removeGroup, removeGroup, removeGroup, removeGroup, replaceGroup, 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, setUtcTimeStamp, setUtcTimeStamp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BidResponse.NoBidComponents

public BidResponse.NoBidComponents()
Method Detail

set

public void set(CommissionData component)

get

public CommissionData get(CommissionData component)
                   throws FieldNotFound
Throws:
FieldNotFound

getCommissionData

public CommissionData getCommissionData()
                                 throws FieldNotFound
Throws:
FieldNotFound

set

public void set(Commission value)

get

public Commission get(Commission value)
               throws FieldNotFound
Throws:
FieldNotFound

getCommission

public Commission getCommission()
                         throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(Commission field)

isSetCommission

public boolean isSetCommission()

set

public void set(CommType value)

get

public CommType get(CommType value)
             throws FieldNotFound
Throws:
FieldNotFound

getCommType

public CommType getCommType()
                     throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(CommType field)

isSetCommType

public boolean isSetCommType()

set

public void set(CommCurrency value)

get

public CommCurrency get(CommCurrency value)
                 throws FieldNotFound
Throws:
FieldNotFound

getCommCurrency

public CommCurrency getCommCurrency()
                             throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(CommCurrency field)

isSetCommCurrency

public boolean isSetCommCurrency()

set

public void set(FundRenewWaiv value)

get

public FundRenewWaiv get(FundRenewWaiv value)
                  throws FieldNotFound
Throws:
FieldNotFound

getFundRenewWaiv

public FundRenewWaiv getFundRenewWaiv()
                               throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(FundRenewWaiv field)

isSetFundRenewWaiv

public boolean isSetFundRenewWaiv()

set

public void set(ListID value)

get

public ListID get(ListID value)
           throws FieldNotFound
Throws:
FieldNotFound

getListID

public ListID getListID()
                 throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(ListID field)

isSetListID

public boolean isSetListID()

set

public void set(Country value)

get

public Country get(Country value)
            throws FieldNotFound
Throws:
FieldNotFound

getCountry

public Country getCountry()
                   throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(Country field)

isSetCountry

public boolean isSetCountry()

set

public void set(Side value)

get

public Side get(Side value)
         throws FieldNotFound
Throws:
FieldNotFound

getSide

public Side getSide()
             throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(Side field)

isSetSide

public boolean isSetSide()

set

public void set(Price value)

get

public Price get(Price value)
          throws FieldNotFound
Throws:
FieldNotFound

getPrice

public Price getPrice()
               throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(Price field)

isSetPrice

public boolean isSetPrice()

set

public void set(PriceType value)

get

public PriceType get(PriceType value)
              throws FieldNotFound
Throws:
FieldNotFound

getPriceType

public PriceType getPriceType()
                       throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(PriceType field)

isSetPriceType

public boolean isSetPriceType()

set

public void set(FairValue value)

get

public FairValue get(FairValue value)
              throws FieldNotFound
Throws:
FieldNotFound

getFairValue

public FairValue getFairValue()
                       throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(FairValue field)

isSetFairValue

public boolean isSetFairValue()

set

public void set(NetGrossInd value)

get

public NetGrossInd get(NetGrossInd value)
                throws FieldNotFound
Throws:
FieldNotFound

getNetGrossInd

public NetGrossInd getNetGrossInd()
                           throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(NetGrossInd field)

isSetNetGrossInd

public boolean isSetNetGrossInd()

set

public void set(SettlType value)

get

public SettlType get(SettlType value)
              throws FieldNotFound
Throws:
FieldNotFound

getSettlType

public SettlType getSettlType()
                       throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(SettlType field)

isSetSettlType

public boolean isSetSettlType()

set

public void set(SettlDate value)

get

public SettlDate get(SettlDate value)
              throws FieldNotFound
Throws:
FieldNotFound

getSettlDate

public SettlDate getSettlDate()
                       throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(SettlDate field)

isSetSettlDate

public boolean isSetSettlDate()

set

public void set(TradingSessionID value)

get

public TradingSessionID get(TradingSessionID value)
                     throws FieldNotFound
Throws:
FieldNotFound

getTradingSessionID

public TradingSessionID getTradingSessionID()
                                     throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(TradingSessionID field)

isSetTradingSessionID

public boolean isSetTradingSessionID()

set

public void set(TradingSessionSubID value)

get

public TradingSessionSubID get(TradingSessionSubID value)
                        throws FieldNotFound
Throws:
FieldNotFound

getTradingSessionSubID

public TradingSessionSubID getTradingSessionSubID()
                                           throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(TradingSessionSubID field)

isSetTradingSessionSubID

public boolean isSetTradingSessionSubID()

set

public void set(Text value)

get

public Text get(Text value)
         throws FieldNotFound
Throws:
FieldNotFound

getText

public Text getText()
             throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(Text field)

isSetText

public boolean isSetText()

set

public void set(EncodedTextLen value)

get

public EncodedTextLen get(EncodedTextLen value)
                   throws FieldNotFound
Throws:
FieldNotFound

getEncodedTextLen

public EncodedTextLen getEncodedTextLen()
                                 throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(EncodedTextLen field)

isSetEncodedTextLen

public boolean isSetEncodedTextLen()

set

public void set(EncodedText value)

get

public EncodedText get(EncodedText value)
                throws FieldNotFound
Throws:
FieldNotFound

getEncodedText

public EncodedText getEncodedText()
                           throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(EncodedText field)

isSetEncodedText

public boolean isSetEncodedText()