Class: Quickfix::ComplexOptPayoutPercentage

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ComplexOptPayoutPercentage

Returns a new instance of ComplexOptPayoutPercentage.



41216
41217
41218
41219
41220
41221
41222
# File 'lib/quickfix_fields.rb', line 41216

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