Class: Quickfix::UnderlyingReturnRateReferencePage

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

Returns a new instance of UnderlyingReturnRateReferencePage.



74743
74744
74745
74746
74747
74748
74749
# File 'lib/quickfix_fields.rb', line 74743

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

Class Method Details

.fieldObject



74740
74741
74742
# File 'lib/quickfix_fields.rb', line 74740

def UnderlyingReturnRateReferencePage.field
  return 43062
end