Class: Quickfix::NoLegProvisions
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoLegProvisions
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegProvisions
constructor
A new instance of NoLegProvisions.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoLegProvisions
33117 33118 33119 33120 33121 33122 33123 |
# File 'lib/quickfix_fields.rb', line 33117 def initialize(data = nil) if( data == nil ) super(40448) else super(40448, data) end end |
Class Method Details
.field ⇒ Object
33114 33115 33116 |
# File 'lib/quickfix_fields.rb', line 33114 def NoLegProvisions.field return 40448 end |