Class: Quickfix::UnderlyingObligationIDSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingObligationIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingObligationIDSource
constructor
A new instance of UnderlyingObligationIDSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingObligationIDSource
Returns a new instance of UnderlyingObligationIDSource.
26123 26124 26125 26126 26127 26128 26129 |
# File 'lib/quickfix_fields.rb', line 26123 def initialize(data = nil) if( data == nil ) super(1995) else super(1995, data) end end |
Class Method Details
.field ⇒ Object
26120 26121 26122 |
# File 'lib/quickfix_fields.rb', line 26120 def UnderlyingObligationIDSource.field return 1995 end |