Class: Quickfix::NoUnderlyingProtectionTerms
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingProtectionTerms
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingProtectionTerms
constructor
A new instance of NoUnderlyingProtectionTerms.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingProtectionTerms
Returns a new instance of NoUnderlyingProtectionTerms.
58714 58715 58716 58717 58718 58719 58720 |
# File 'lib/quickfix_fields.rb', line 58714 def initialize(data = nil) if( data == nil ) super(42068) else super(42068, data) end end |
Class Method Details
.field ⇒ Object
58711 58712 58713 |
# File 'lib/quickfix_fields.rb', line 58711 def NoUnderlyingProtectionTerms.field return 42068 end |