quickfix.fix44
Class BidRequest.NoBidComponents

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

public static class BidRequest.NoBidComponents
extends Group

See Also:
Serialized Form

Constructor Summary
BidRequest.NoBidComponents()
           
 
Method Summary
 Account get(Account value)
           
 AcctIDSource get(AcctIDSource value)
           
 ListID get(ListID value)
           
 NetGrossInd get(NetGrossInd value)
           
 SettlDate get(SettlDate value)
           
 SettlType get(SettlType value)
           
 Side get(Side value)
           
 TradingSessionID get(TradingSessionID value)
           
 TradingSessionSubID get(TradingSessionSubID value)
           
 Account getAccount()
           
 AcctIDSource getAcctIDSource()
           
 ListID getListID()
           
 NetGrossInd getNetGrossInd()
           
 SettlDate getSettlDate()
           
 SettlType getSettlType()
           
 Side getSide()
           
 TradingSessionID getTradingSessionID()
           
 TradingSessionSubID getTradingSessionSubID()
           
 boolean isSet(Account field)
           
 boolean isSet(AcctIDSource field)
           
 boolean isSet(ListID field)
           
 boolean isSet(NetGrossInd field)
           
 boolean isSet(SettlDate field)
           
 boolean isSet(SettlType field)
           
 boolean isSet(Side field)
           
 boolean isSet(TradingSessionID field)
           
 boolean isSet(TradingSessionSubID field)
           
 boolean isSetAccount()
           
 boolean isSetAcctIDSource()
           
 boolean isSetListID()
           
 boolean isSetNetGrossInd()
           
 boolean isSetSettlDate()
           
 boolean isSetSettlType()
           
 boolean isSetSide()
           
 boolean isSetTradingSessionID()
           
 boolean isSetTradingSessionSubID()
           
 void set(Account value)
           
 void set(AcctIDSource value)
           
 void set(ListID value)
           
 void set(NetGrossInd value)
           
 void set(SettlDate value)
           
 void set(SettlType value)
           
 void set(Side 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

BidRequest.NoBidComponents

public BidRequest.NoBidComponents()
Method Detail

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(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(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(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(Account value)

get

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

getAccount

public Account getAccount()
                   throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(Account field)

isSetAccount

public boolean isSetAccount()

set

public void set(AcctIDSource value)

get

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

getAcctIDSource

public AcctIDSource getAcctIDSource()
                             throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(AcctIDSource field)

isSetAcctIDSource

public boolean isSetAcctIDSource()