Class: Quickfix::LegReturnRateFXRateCalc

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

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

Class Method Details

.fieldObject



67629
67630
67631
# File 'lib/quickfix_fields.rb', line 67629

def LegReturnRateFXRateCalc.field
	return 42533
end