Class: Quickfix::UnderlyingProtectionTermEventMinimumSources
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingProtectionTermEventMinimumSources
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProtectionTermEventMinimumSources
constructor
A new instance of UnderlyingProtectionTermEventMinimumSources.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProtectionTermEventMinimumSources
58805 58806 58807 58808 58809 58810 58811 |
# File 'lib/quickfix_fields.rb', line 58805 def initialize(data = nil) if( data == nil ) super(42075) else super(42075, data) end end |
Class Method Details
.field ⇒ Object
58802 58803 58804 |
# File 'lib/quickfix_fields.rb', line 58802 def .field return 42075 end |