Class: Quickfix::NoStipulations
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoStipulations
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoStipulations
constructor
A new instance of NoStipulations.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoStipulations
5817 5818 5819 5820 5821 5822 5823 |
# File 'lib/quickfix_fields.rb', line 5817 def initialize(data = nil) if( data == nil ) super(232) else super(232, data) end end |
Class Method Details
.field ⇒ Object
5814 5815 5816 |
# File 'lib/quickfix_fields.rb', line 5814 def NoStipulations.field return 232 end |