Class: Quickfix::LegComplexEventPricePercentage

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

Returns a new instance of LegComplexEventPricePercentage.



47560
47561
47562
47563
47564
47565
47566
# File 'lib/quickfix_fields.rb', line 47560

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

Class Method Details

.fieldObject



47557
47558
47559
# File 'lib/quickfix_fields.rb', line 47557

def LegComplexEventPricePercentage.field
	return 2228
end