Class: Quickfix::LegComplexOptPayoutPercentage

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) ⇒ LegComplexOptPayoutPercentage

Returns a new instance of LegComplexOptPayoutPercentage.



47508
47509
47510
47511
47512
47513
47514
# File 'lib/quickfix_fields.rb', line 47508

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

Class Method Details

.fieldObject



47505
47506
47507
# File 'lib/quickfix_fields.rb', line 47505

def LegComplexOptPayoutPercentage.field
	return 2224
end