Class: Quickfix::NoUnderlyingStips
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoUnderlyingStips
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingStips
constructor
A new instance of NoUnderlyingStips.
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 |