Class: Quickfix::ComplexOptPayoutPercentage

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

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

Class Method Details

.fieldObject



41213
41214
41215
# File 'lib/quickfix_fields.rb', line 41213

def ComplexOptPayoutPercentage.field
	return 2120
end