Class: Quickfix::NoUnderlyingProtectionTermEvents
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingProtectionTermEvents
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingProtectionTermEvents
constructor
A new instance of NoUnderlyingProtectionTermEvents.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingProtectionTermEvents
Returns a new instance of NoUnderlyingProtectionTermEvents.
58831 58832 58833 58834 58835 58836 58837 |
# File 'lib/quickfix_fields.rb', line 58831 def initialize(data = nil) if( data == nil ) super(42077) else super(42077, data) end end |
Class Method Details
.field ⇒ Object
58828 58829 58830 |
# File 'lib/quickfix_fields.rb', line 58828 def .field return 42077 end |