quickfix
Class CharField
java.lang.Object
quickfix.Field<java.lang.Character>
quickfix.CharField
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- AdvSide, AllocPositionEffect, AllocTransType, AsOfIndicator, AssignmentMethod, BasisPxType, Benchmark, BidRequestTransType, BidTradeType, BookingUnit, CancellationRights, CashMargin, CommType, CxlRejResponseTo, CxlType, DayBookingInst, DeleteReason, DiscretionInst, DisplayMethod, DisplayWhen, DKReason, DlvyInstType, EmailType, ExDestinationIDSource, ExecAckStatus, ExecPriceType, ExecTransType, ExecType, ExerciseMethod, FundRenewWaiv, HaltReason, HandlInst, InstrmtAssignmentMethod, InstrumentPartyIDSource, IOIOthSvc, IOIQltyInd, IOIQualifier, IOITransType, LastCapacity, LegOptAttribute, LegPositionEffect, LegSettlmntTyp, LegSettlType, LegSide, ListExecInstType, LotType, MassCancelRequestType, MassCancelResponse, MatchStatus, MDEntryType, MDReqRejReason, MDUpdateAction, MoneyLaunderingStatus, MsgDirection, MultiLegReportingType, Nested2PartyIDSource, Nested3PartyIDSource, NestedPartyIDSource, OpenClose, OptAttribute, OrderCapacity, OrderCategory, OrdStatus, OrdType, OrigTradeHandlingInstr, OwnershipType, PartyIDSource, PositionEffect, PreallocMethod, PriceProtectionScope, ProcessCode, QuoteQualifier, RefOrderIDSource, RegistStatus, RegistTransType, RootPartyIDSource, RoundingDirection, Rule80A, SecurityUpdateAction, SettlCurrFxRateCalc, SettlInstMode, SettlInstSource, SettlInstTransType, SettlmntTyp, SettlPartyIDSource, Side, SubscriptionRequestType, TickDirection, TimeInForce, TradeHandlingInstr, TradeType, TriggerAction, TriggerOrderType, TriggerPriceDirection, TriggerPriceType, TriggerPriceTypeScope, TriggerType, UnderlyingFXRateCalc, UnderlyingOptAttribute, UndlyInstrumentPartyIDSource, Urgency
public class CharField
- extends Field<java.lang.Character>
A character message field.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
CharField
public CharField(int field)
CharField
public CharField(int field,
java.lang.Character data)
CharField
public CharField(int field,
char data)
setValue
public void setValue(java.lang.Character value)
setValue
public void setValue(char value)
getValue
public char getValue()
valueEquals
public boolean valueEquals(java.lang.Character value)
valueEquals
public boolean valueEquals(char value)