Class: Quickfix::NoProtectionTermEvents
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoProtectionTermEvents
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoProtectionTermEvents
constructor
A new instance of NoProtectionTermEvents.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoProtectionTermEvents
Returns a new instance of NoProtectionTermEvents.
29789 29790 29791 29792 29793 29794 29795 |
# File 'lib/quickfix_fields.rb', line 29789 def initialize(data = nil) if( data == nil ) super(40191) else super(40191, data) end end |
Class Method Details
.field ⇒ Object
29786 29787 29788 |
# File 'lib/quickfix_fields.rb', line 29786 def NoProtectionTermEvents.field return 40191 end |