Class: Quickfix::MaturityRuleID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::MaturityRuleID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MaturityRuleID
constructor
A new instance of MaturityRuleID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ MaturityRuleID
Returns a new instance of MaturityRuleID.
16295 16296 16297 16298 16299 16300 16301 |
# File 'lib/quickfix_fields.rb', line 16295 def initialize(data = nil) if( data == nil ) super(1222) else super(1222, data) end end |
Class Method Details
.field ⇒ Object
16292 16293 16294 |
# File 'lib/quickfix_fields.rb', line 16292 def MaturityRuleID.field return 1222 end |