Class: Quickfix::NoLegProtectionTermEventNewsSources
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoLegProtectionTermEventNewsSources
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegProtectionTermEventNewsSources
constructor
A new instance of NoLegProtectionTermEventNewsSources.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoLegProtectionTermEventNewsSources
Returns a new instance of NoLegProtectionTermEventNewsSources.
50745 50746 50747 50748 50749 50750 50751 |
# File 'lib/quickfix_fields.rb', line 50745 def initialize(data = nil) if( data == nil ) super(41614) else super(41614, data) end end |
Class Method Details
.field ⇒ Object
50742 50743 50744 |
# File 'lib/quickfix_fields.rb', line 50742 def NoLegProtectionTermEventNewsSources.field return 41614 end |