Class: Quickfix::ComplexEventPrice

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

Returns a new instance of ComplexEventPrice.



19662
19663
19664
19665
19666
19667
19668
# File 'lib/quickfix_fields.rb', line 19662

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

Class Method Details

.fieldObject



19659
19660
19661
# File 'lib/quickfix_fields.rb', line 19659

def ComplexEventPrice.field
	return 1486
end