Class: Quickfix::NoLegReturnRateFXConversions

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoLegReturnRateFXConversions

Returns a new instance of NoLegReturnRateFXConversions.



67593
67594
67595
67596
67597
67598
67599
# File 'lib/quickfix_fields.rb', line 67593

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