Class: Quickfix::LegMaturityTime
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegMaturityTime
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegMaturityTime
constructor
A new instance of LegMaturityTime.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegMaturityTime
Returns a new instance of LegMaturityTime.
15216 15217 15218 15219 15220 15221 15222 |
# File 'lib/quickfix_fields.rb', line 15216 def initialize(data = nil) if( data == nil ) super(1212) else super(1212, data) end end |
Class Method Details
.field ⇒ Object
15213 15214 15215 |
# File 'lib/quickfix_fields.rb', line 15213 def LegMaturityTime.field return 1212 end |