Class: Quickfix::MaturityTime
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::MaturityTime
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MaturityTime
constructor
A new instance of MaturityTime.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ MaturityTime
14423 14424 14425 14426 14427 14428 14429 |
# File 'lib/quickfix_fields.rb', line 14423 def initialize(data = nil) if( data == nil ) super(1079) else super(1079, data) end end |
Class Method Details
.field ⇒ Object
14420 14421 14422 |
# File 'lib/quickfix_fields.rb', line 14420 def MaturityTime.field return 1079 end |