Class: Quickfix::ReturnRatePriceBasis

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

Returns a new instance of ReturnRatePriceBasis.



70635
70636
70637
70638
70639
70640
70641
# File 'lib/quickfix_fields.rb', line 70635

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

Class Method Details

.fieldObject



70632
70633
70634
# File 'lib/quickfix_fields.rb', line 70632

def ReturnRatePriceBasis.field
	return 42766
end