Class: Quickfix::NoUnderlyingStips
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingStips
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingStips
constructor
A new instance of NoUnderlyingStips.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingStips
Returns a new instance of NoUnderlyingStips.
12005 12006 12007 12008 12009 12010 12011 |
# File 'lib/quickfix_fields.rb', line 12005 def initialize(data = nil) if( data == nil ) super(887) else super(887, data) end end |
Class Method Details
.field ⇒ Object
12002 12003 12004 |
# File 'lib/quickfix_fields.rb', line 12002 def .field return 887 end |