Class: Quickfix::UnderlyingProtectionTermObligationValue
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingProtectionTermObligationValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProtectionTermObligationValue
constructor
A new instance of UnderlyingProtectionTermObligationValue.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProtectionTermObligationValue
58987 58988 58989 58990 58991 58992 58993 |
# File 'lib/quickfix_fields.rb', line 58987 def initialize(data = nil) if( data == nil ) super(42089) else super(42089, data) end end |
Class Method Details
.field ⇒ Object
58984 58985 58986 |
# File 'lib/quickfix_fields.rb', line 58984 def .field return 42089 end |