Class: Quickfix::NoProtectionTermEventNewsSources
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoProtectionTermEventNewsSources
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoProtectionTermEventNewsSources
constructor
A new instance of NoProtectionTermEventNewsSources.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoProtectionTermEventNewsSources
Returns a new instance of NoProtectionTermEventNewsSources.
39617 39618 39619 39620 39621 39622 39623 |
# File 'lib/quickfix_fields.rb', line 39617 def initialize(data = nil) if( data == nil ) super(40951) else super(40951, data) end end |
Class Method Details
.field ⇒ Object
39614 39615 39616 |
# File 'lib/quickfix_fields.rb', line 39614 def NoProtectionTermEventNewsSources.field return 40951 end |