Class: Quickfix::UnderlyingComplexEventPricePercentage

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexEventPricePercentage

Returns a new instance of UnderlyingComplexEventPricePercentage.



52591
52592
52593
52594
52595
52596
52597
# File 'lib/quickfix_fields.rb', line 52591

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