Class: Quickfix::UnderlyingSettlRateFallbackReferencePage

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

Returns a new instance of UnderlyingSettlRateFallbackReferencePage.



39188
39189
39190
39191
39192
39193
39194
# File 'lib/quickfix_fields.rb', line 39188

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

Class Method Details

.fieldObject



39185
39186
39187
# File 'lib/quickfix_fields.rb', line 39185

def UnderlyingSettlRateFallbackReferencePage.field
  return 40915
end