Class: Quickfix::NoUnderlyingProtectionTermEventQualifiers
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingProtectionTermEventQualifiers
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingProtectionTermEventQualifiers
constructor
A new instance of NoUnderlyingProtectionTermEventQualifiers.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingProtectionTermEventQualifiers
Returns a new instance of NoUnderlyingProtectionTermEventQualifiers.
58935 58936 58937 58938 58939 58940 58941 |
# File 'lib/quickfix_fields.rb', line 58935 def initialize(data = nil) if( data == nil ) super(42085) else super(42085, data) end end |
Class Method Details
.field ⇒ Object
58932 58933 58934 |
# File 'lib/quickfix_fields.rb', line 58932 def .field return 42085 end |