Class: Quickfix::YieldRedemptionDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::YieldRedemptionDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ YieldRedemptionDate
constructor
A new instance of YieldRedemptionDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ YieldRedemptionDate
Returns a new instance of YieldRedemptionDate.
9561 9562 9563 9564 9565 9566 9567 |
# File 'lib/quickfix_fields.rb', line 9561 def initialize(data = nil) if( data == nil ) super(696) else super(696, data) end end |
Class Method Details
.field ⇒ Object
9558 9559 9560 |
# File 'lib/quickfix_fields.rb', line 9558 def YieldRedemptionDate.field return 696 end |