Class: Quickfix::RelatedMaturityMonthYear
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::RelatedMaturityMonthYear
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RelatedMaturityMonthYear
constructor
A new instance of RelatedMaturityMonthYear.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ RelatedMaturityMonthYear
Returns a new instance of RelatedMaturityMonthYear.
20338 20339 20340 20341 20342 20343 20344 |
# File 'lib/quickfix_fields.rb', line 20338 def initialize(data = nil) if( data == nil ) super(1653) else super(1653, data) end end |
Class Method Details
.field ⇒ Object
20335 20336 20337 |
# File 'lib/quickfix_fields.rb', line 20335 def .field return 1653 end |