Class: Quickfix::LegRedemptionDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegRedemptionDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegRedemptionDate
constructor
A new instance of LegRedemptionDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegRedemptionDate
Returns a new instance of LegRedemptionDate.
6103 6104 6105 6106 6107 6108 6109 |
# File 'lib/quickfix_fields.rb', line 6103 def initialize(data = nil) if( data == nil ) super(254) else super(254, data) end end |
Class Method Details
.field ⇒ Object
6100 6101 6102 |
# File 'lib/quickfix_fields.rb', line 6100 def LegRedemptionDate.field return 254 end |