Class: Quickfix::UnderlyingStrikeIndexSpread

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStrikeIndexSpread

Returns a new instance of UnderlyingStrikeIndexSpread.



54346
54347
54348
54349
54350
54351
54352
# File 'lib/quickfix_fields.rb', line 54346

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

Class Method Details

.fieldObject



54343
54344
54345
# File 'lib/quickfix_fields.rb', line 54343

def UnderlyingStrikeIndexSpread.field
	return 2292
end