Class: Quickfix::NoUnderlyingProtectionTermObligations
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingProtectionTermObligations
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingProtectionTermObligations
constructor
A new instance of NoUnderlyingProtectionTermObligations.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingProtectionTermObligations
Returns a new instance of NoUnderlyingProtectionTermObligations.
58961 58962 58963 58964 58965 58966 58967 |
# File 'lib/quickfix_fields.rb', line 58961 def initialize(data = nil) if( data == nil ) super(42087) else super(42087, data) end end |
Class Method Details
.field ⇒ Object
58958 58959 58960 |
# File 'lib/quickfix_fields.rb', line 58958 def NoUnderlyingProtectionTermObligations.field return 42087 end |