Class: Quickfix::NoUnderlyingStips

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoUnderlyingStips

Returns a new instance of NoUnderlyingStips.



11251
11252
11253
11254
11255
11256
11257
# File 'lib/quickfix_fields.rb', line 11251

def initialize(data = nil)
	if( data == nil )
		super(887)
	else
		super(887, data)
	end
end

Class Method Details

.fieldObject



11248
11249
11250
# File 'lib/quickfix_fields.rb', line 11248

def NoUnderlyingStips.field
	return 887
end