Class: Quickfix::NoLegReturnRates

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoLegReturnRates

Returns a new instance of NoLegReturnRates.



67645
67646
67647
67648
67649
67650
67651
# File 'lib/quickfix_fields.rb', line 67645

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