Class: Quickfix::UnderlyingReturnRateDateMode

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

Returns a new instance of UnderlyingReturnRateDateMode.



74054
74055
74056
74057
74058
74059
74060
# File 'lib/quickfix_fields.rb', line 74054

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

Class Method Details

.fieldObject



74051
74052
74053
# File 'lib/quickfix_fields.rb', line 74051

def UnderlyingReturnRateDateMode.field
	return 43009
end