Class: Quickfix::UnderlyingComplexEventStrikeFactor

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexEventStrikeFactor

Returns a new instance of UnderlyingComplexEventStrikeFactor.



52695
52696
52697
52698
52699
52700
52701
# File 'lib/quickfix_fields.rb', line 52695

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