Class: Quickfix::UnderlyingReturnRateReferencePageHeading

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingReturnRateReferencePageHeading

Returns a new instance of UnderlyingReturnRateReferencePageHeading.



74756
74757
74758
74759
74760
74761
74762
# File 'lib/quickfix_fields.rb', line 74756

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

Class Method Details

.fieldObject



74753
74754
74755
# File 'lib/quickfix_fields.rb', line 74753

def UnderlyingReturnRateReferencePageHeading.field
	return 43063
end