Class: Quickfix::NoLegProtectionTerms
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoLegProtectionTerms
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegProtectionTerms
constructor
A new instance of NoLegProtectionTerms.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoLegProtectionTerms
Returns a new instance of NoLegProtectionTerms.
50771 50772 50773 50774 50775 50776 50777 |
# File 'lib/quickfix_fields.rb', line 50771 def initialize(data = nil) if( data == nil ) super(41616) else super(41616, data) end end |
Class Method Details
.field ⇒ Object
50768 50769 50770 |
# File 'lib/quickfix_fields.rb', line 50768 def NoLegProtectionTerms.field return 41616 end |