Class: Quickfix::UnderlyingStrikeIndex

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStrikeIndex

Returns a new instance of UnderlyingStrikeIndex.



54333
54334
54335
54336
54337
54338
54339
# File 'lib/quickfix_fields.rb', line 54333

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

Class Method Details

.fieldObject



54330
54331
54332
# File 'lib/quickfix_fields.rb', line 54330

def UnderlyingStrikeIndex.field
	return 2291
end