Class: Quickfix::MaturityDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::MaturityDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MaturityDate
constructor
A new instance of MaturityDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ MaturityDate
Returns a new instance of MaturityDate.
7416 7417 7418 7419 7420 7421 7422 |
# File 'lib/quickfix_fields.rb', line 7416 def initialize(data = nil) if( data == nil ) super(541) else super(541, data) end end |
Class Method Details
.field ⇒ Object
7413 7414 7415 |
# File 'lib/quickfix_fields.rb', line 7413 def MaturityDate.field return 541 end |