Class: Quickfix::LegReturnRateFXRateCalc

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegReturnRateFXRateCalc

Returns a new instance of LegReturnRateFXRateCalc.



67632
67633
67634
67635
67636
67637
67638
# File 'lib/quickfix_fields.rb', line 67632

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