Class: Quickfix::ComplexEventPricePercentage

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ComplexEventPricePercentage

Returns a new instance of ComplexEventPricePercentage.



41255
41256
41257
41258
41259
41260
41261
# File 'lib/quickfix_fields.rb', line 41255

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