Class: Quickfix::LegMaturityMonthYear
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegMaturityMonthYear
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegMaturityMonthYear
constructor
A new instance of LegMaturityMonthYear.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegMaturityMonthYear
Returns a new instance of LegMaturityMonthYear.
8287 8288 8289 8290 8291 8292 8293 |
# File 'lib/quickfix_fields.rb', line 8287 def initialize(data = nil) if( data == nil ) super(610) else super(610, data) end end |
Class Method Details
.field ⇒ Object
8284 8285 8286 |
# File 'lib/quickfix_fields.rb', line 8284 def LegMaturityMonthYear.field return 610 end |