Class: Quickfix::NoUnderlyingProtectionTermEventNewsSources
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingProtectionTermEventNewsSources
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingProtectionTermEventNewsSources
constructor
A new instance of NoUnderlyingProtectionTermEventNewsSources.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingProtectionTermEventNewsSources
Returns a new instance of NoUnderlyingProtectionTermEventNewsSources.
59000 59001 59002 59003 59004 59005 59006 |
# File 'lib/quickfix_fields.rb', line 59000 def initialize(data = nil) if( data == nil ) super(42090) else super(42090, data) end end |
Class Method Details
.field ⇒ Object
58997 58998 58999 |
# File 'lib/quickfix_fields.rb', line 58997 def .field return 42090 end |