Class: Quickfix::LegComplexEventPrice

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

Returns a new instance of LegComplexEventPrice.



47547
47548
47549
47550
47551
47552
47553
# File 'lib/quickfix_fields.rb', line 47547

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

Class Method Details

.fieldObject



47544
47545
47546
# File 'lib/quickfix_fields.rb', line 47544

def LegComplexEventPrice.field
	return 2227
end