Class: Quickfix::UnderlyingMaturityTime
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingMaturityTime
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingMaturityTime
constructor
A new instance of UnderlyingMaturityTime.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingMaturityTime
Returns a new instance of UnderlyingMaturityTime.
15203 15204 15205 15206 15207 15208 15209 |
# File 'lib/quickfix_fields.rb', line 15203 def initialize(data = nil) if( data == nil ) super(1213) else super(1213, data) end end |
Class Method Details
.field ⇒ Object
15200 15201 15202 |
# File 'lib/quickfix_fields.rb', line 15200 def UnderlyingMaturityTime.field return 1213 end |