Class: Quickfix::ComplexEventSpotRate

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

Returns a new instance of ComplexEventSpotRate.



57804
57805
57806
57807
57808
57809
57810
# File 'lib/quickfix_fields.rb', line 57804

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

Class Method Details

.fieldObject



57801
57802
57803
# File 'lib/quickfix_fields.rb', line 57801

def ComplexEventSpotRate.field
	return 2407
end