Class: Quickfix::NoLegReturnRatePrices

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

Returns a new instance of NoLegReturnRatePrices.



68035
68036
68037
68038
68039
68040
68041
# File 'lib/quickfix_fields.rb', line 68035

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

Class Method Details

.fieldObject



68032
68033
68034
# File 'lib/quickfix_fields.rb', line 68032

def NoLegReturnRatePrices.field
	return 42564
end