Class: Quickfix::ProtectionTermEventMinimumSources
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ProtectionTermEventMinimumSources
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProtectionTermEventMinimumSources
constructor
A new instance of ProtectionTermEventMinimumSources.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ProtectionTermEventMinimumSources
29750 29751 29752 29753 29754 29755 29756 |
# File 'lib/quickfix_fields.rb', line 29750 def initialize(data = nil) if( data == nil ) super(40188) else super(40188, data) end end |
Class Method Details
.field ⇒ Object
29747 29748 29749 |
# File 'lib/quickfix_fields.rb', line 29747 def ProtectionTermEventMinimumSources.field return 40188 end |