quickfix
Class DoubleField

java.lang.Object
  extended by quickfix.Field<java.lang.Double>
      extended by quickfix.DoubleField
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AccruedInterestAmt, AccruedInterestRate, AllocAccruedInterestAmt, AllocAvgPx, AllocInterestAtMaturity, AllocNetMoney, AllocPrice, AllocQty, AllocSettlCurrAmt, AllocShares, AllowableOneSidednessPct, AllowableOneSidednessValue, AssignmentUnit, AvgParPx, AvgPx, BasisFeaturePrice, BenchmarkPrice, BidForwardPoints, BidForwardPoints2, BidPx, BidSize, BidSpotRate, BidSwapPoints, BidYield, BuyVolume, CalculatedCcyLastQty, CashOrderQty, CashOutstanding, Commission, Concession, ContAmtValue, ContractMultiplier, ContraTradeQty, CouponRate, CrossPercent, CumQty, CxlQty, DayAvgPx, DayCumQty, DayOrderQty, DealingCapacity, DefBidSize, DefOfferSize, DiscretionOffset, DiscretionOffsetValue, DiscretionPrice, DisplayHighQty, DisplayLowQty, DisplayMinIncr, DisplayQty, DistribPercentage, EFPTrackingError, EndAccruedInterestAmt, EndCash, EventPx, ExecPriceAdjustment, ExpQty, Factor, FairValue, FirstPx, GrossTradeAmt, HighPx, InterestAtMaturity, LastForwardPoints, LastForwardPoints2, LastParPx, LastPx, LastQty, LastShares, LastSpotRate, LastSwapPoints, LeavesQty, LegAllocQty, LegBenchmarkPrice, LegBidForwardPoints, LegBidPx, LegCalculatedCcyLastQty, LegContractMultiplier, LegCouponRate, LegFactor, LegGrossTradeAmt, LegLastForwardPoints, LegLastPx, LegOfferForwardPoints, LegOfferPx, LegOptionRatio, LegOrderQty, LegPrice, LegQty, LegRatioQty, LegRepurchaseRate, LegStrikePrice, LiquidityPctHigh, LiquidityPctLow, LiquidityValue, LongQty, LowPx, MarginExcess, MarginRatio, MatchIncrement, MaturityNetMoney, MaxFloor, MaxShow, MDEntryForwardPoints, MDEntryPx, MDEntrySize, MDEntrySpotRate, MidPx, MidYield, MinBidSize, MinOfferSize, MinPriceIncrement, MinQty, MinTradeVol, MiscFeeAmt, MktBidPx, MktOfferPx, NetChgPrevDay, NetMoney, OfferForwardPoints, OfferForwardPoints2, OfferPx, OfferSize, OfferSpotRate, OfferSwapPoints, OfferYield, OpenInterest, OrderAvgPx, OrderBookingQty, OrderCapacityQty, OrderPercent, OrderQty, OrderQty2, OutMainCntryUIndex, OutsideIndexPct, ParticipationRate, PctAtRisk, PegDifference, PeggedPrice, PeggedRefPrice, PegOffsetValue, PosAmt, PrevClosePx, Price, Price2, PriceDelta, PriceImprovement, PriorSettlPrice, Quantity, RatioQty, RefreshQty, ReportedPx, RepurchaseRate, RndPx, RoundingModulus, RoundLot, SecondaryDisplayQty, SellVolume, SettlCurrAmt, SettlCurrBidFxRate, SettlCurrFxRate, SettlCurrOfferFxRate, SettlPrice, SharedCommission, Shares, ShortQty, SideGrossTradeAmt, SideValue1, SideValue2, Spread, SpreadToBenchmark, StartCash, StopPx, StrikeMultiplier, StrikePrice, StrikeValue, SwapPoints, TargetStrategyPerformance, ThresholdAmount, TotalAccruedInterestAmt, TotalNetValue, TotalTakedown, TotalVolumeTraded, TradeVolume, TriggerNewPrice, TriggerNewQty, TriggerPrice, UnderlyingAdjustedQuantity, UnderlyingAllocationPercent, UnderlyingCapValue, UnderlyingCashAmount, UnderlyingCollectAmount, UnderlyingContractMultiplier, UnderlyingCouponRate, UnderlyingCurrentValue, UnderlyingDeliveryAmount, UnderlyingDirtyPrice, UnderlyingEndPrice, UnderlyingEndValue, UnderlyingFactor, UnderlyingFXRate, UnderlyingLastPx, UnderlyingLastQty, UnderlyingPayAmount, UnderlyingPx, UnderlyingQty, UnderlyingRepurchaseRate, UnderlyingSettlPrice, UnderlyingStartValue, UnderlyingStrikePrice, ValueOfFutures, WtAverageLiquidity, Yield, YieldRedemptionPrice

public class DoubleField
extends Field<java.lang.Double>

A double-values message field.

See Also:
Serialized Form

Constructor Summary
DoubleField(int field)
           
DoubleField(int field, double data)
           
DoubleField(int field, java.lang.Double data)
           
DoubleField(int field, double data, int padding)
           
 
Method Summary
 int getPadding()
           
 double getValue()
           
 void setValue(double value)
           
 void setValue(java.lang.Double value)
           
 boolean valueEquals(double value)
           
 boolean valueEquals(java.lang.Double value)
           
 
Methods inherited from class quickfix.Field
equals, getField, getObject, getTag, hashCode, objectAsString, setObject, setTag, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DoubleField

public DoubleField(int field)

DoubleField

public DoubleField(int field,
                   java.lang.Double data)

DoubleField

public DoubleField(int field,
                   double data)

DoubleField

public DoubleField(int field,
                   double data,
                   int padding)
Method Detail

setValue

public void setValue(java.lang.Double value)

setValue

public void setValue(double value)

getValue

public double getValue()

getPadding

public int getPadding()

valueEquals

public boolean valueEquals(java.lang.Double value)

valueEquals

public boolean valueEquals(double value)