Class: Quickfix::LegReturnRateInformationSource

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegReturnRateInformationSource

Returns a new instance of LegReturnRateInformationSource.



67996
67997
67998
67999
68000
68001
68002
# File 'lib/quickfix_fields.rb', line 67996

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

Class Method Details

.fieldObject



67993
67994
67995
# File 'lib/quickfix_fields.rb', line 67993

def LegReturnRateInformationSource.field
	return 42561
end