Class: Quickfix::NoLegReturnRateInformationSources

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) ⇒ NoLegReturnRateInformationSources

Returns a new instance of NoLegReturnRateInformationSources.



67983
67984
67985
67986
67987
67988
67989
# File 'lib/quickfix_fields.rb', line 67983

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

Class Method Details

.fieldObject



67980
67981
67982
# File 'lib/quickfix_fields.rb', line 67980

def NoLegReturnRateInformationSources.field
	return 42560
end