Class: Quickfix::LegReturnRateFXRate

Inherits:
DoubleField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegReturnRateFXRate

Returns a new instance of LegReturnRateFXRate.



67619
67620
67621
67622
67623
67624
67625
# File 'lib/quickfix_fields.rb', line 67619

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