Class: Quickfix::LegComplexEventOptionsPriceValuation

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegComplexEventOptionsPriceValuation

Returns a new instance of LegComplexEventOptionsPriceValuation.



64707
64708
64709
64710
64711
64712
64713
# File 'lib/quickfix_fields.rb', line 64707

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