Class: Quickfix::NoLegStipulations
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoLegStipulations
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegStipulations
constructor
A new instance of NoLegStipulations.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoLegStipulations
Returns a new instance of NoLegStipulations.
9405 9406 9407 9408 9409 9410 9411 |
# File 'lib/quickfix_fields.rb', line 9405 def initialize(data = nil) if( data == nil ) super(683) else super(683, data) end end |
Class Method Details
.field ⇒ Object
9402 9403 9404 |
# File 'lib/quickfix_fields.rb', line 9402 def NoLegStipulations.field return 683 end |