Class: Quickfix::NoUnderlyingStips

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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