Class: Quickfix::MaturityMonthYear
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::MaturityMonthYear
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MaturityMonthYear
constructor
A new instance of MaturityMonthYear.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ MaturityMonthYear
Returns a new instance of MaturityMonthYear.
3009 3010 3011 3012 3013 3014 3015 |
# File 'lib/quickfix_fields.rb', line 3009 def initialize(data = nil) if( data == nil ) super(200) else super(200, data) end end |
Class Method Details
.field ⇒ Object
3006 3007 3008 |
# File 'lib/quickfix_fields.rb', line 3006 def MaturityMonthYear.field return 200 end |