Class: Quickfix::ObligationType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ObligationType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ObligationType
constructor
A new instance of ObligationType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ObligationType
Returns a new instance of ObligationType.
22587 22588 22589 22590 22591 22592 22593 |
# File 'lib/quickfix_fields.rb', line 22587 def initialize(data = nil) if( data == nil ) super(1739) else super(1739, data) end end |
Class Method Details
.field ⇒ Object
22584 22585 22586 |
# File 'lib/quickfix_fields.rb', line 22584 def ObligationType.field return 1739 end |