Class: Quickfix::LegProtectionTermEventMinimumSources
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegProtectionTermEventMinimumSources
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProtectionTermEventMinimumSources
constructor
A new instance of LegProtectionTermEventMinimumSources.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegProtectionTermEventMinimumSources
Returns a new instance of LegProtectionTermEventMinimumSources.
50875 50876 50877 50878 50879 50880 50881 |
# File 'lib/quickfix_fields.rb', line 50875 def initialize(data = nil) if( data == nil ) super(41624) else super(41624, data) end end |
Class Method Details
.field ⇒ Object
50872 50873 50874 |
# File 'lib/quickfix_fields.rb', line 50872 def LegProtectionTermEventMinimumSources.field return 41624 end |