Class: Quickfix::NoProtectionTerms
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoProtectionTerms
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoProtectionTerms
constructor
A new instance of NoProtectionTerms.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoProtectionTerms
Returns a new instance of NoProtectionTerms.
29659 29660 29661 29662 29663 29664 29665 |
# File 'lib/quickfix_fields.rb', line 29659 def initialize(data = nil) if( data == nil ) super(40181) else super(40181, data) end end |
Class Method Details
.field ⇒ Object
29656 29657 29658 |
# File 'lib/quickfix_fields.rb', line 29656 def NoProtectionTerms.field return 40181 end |