Class: Quickfix::NoLegProtectionTermObligations
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoLegProtectionTermObligations
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegProtectionTermObligations
constructor
A new instance of NoLegProtectionTermObligations.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoLegProtectionTermObligations
Returns a new instance of NoLegProtectionTermObligations.
51018 51019 51020 51021 51022 51023 51024 |
# File 'lib/quickfix_fields.rb', line 51018 def initialize(data = nil) if( data == nil ) super(41635) else super(41635, data) end end |
Class Method Details
.field ⇒ Object
51015 51016 51017 |
# File 'lib/quickfix_fields.rb', line 51015 def NoLegProtectionTermObligations.field return 41635 end |