Class: Quickfix::NoProtectionTermEventQualifiers
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoProtectionTermEventQualifiers
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoProtectionTermEventQualifiers
constructor
A new instance of NoProtectionTermEventQualifiers.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoProtectionTermEventQualifiers
Returns a new instance of NoProtectionTermEventQualifiers.
29893 29894 29895 29896 29897 29898 29899 |
# File 'lib/quickfix_fields.rb', line 29893 def initialize(data = nil) if( data == nil ) super(40199) else super(40199, data) end end |
Class Method Details
.field ⇒ Object
29890 29891 29892 |
# File 'lib/quickfix_fields.rb', line 29890 def NoProtectionTermEventQualifiers.field return 40199 end |