Class: Quickfix::EndMaturityMonthYear
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::EndMaturityMonthYear
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EndMaturityMonthYear
constructor
A new instance of EndMaturityMonthYear.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ EndMaturityMonthYear
Returns a new instance of EndMaturityMonthYear.
16334 16335 16336 16337 16338 16339 16340 |
# File 'lib/quickfix_fields.rb', line 16334 def initialize(data = nil) if( data == nil ) super(1226) else super(1226, data) end end |
Class Method Details
.field ⇒ Object
16331 16332 16333 |
# File 'lib/quickfix_fields.rb', line 16331 def EndMaturityMonthYear.field return 1226 end |