Class: Quickfix::UnderlyingValuationMethod

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

Returns a new instance of UnderlyingValuationMethod.



26591
26592
26593
26594
26595
26596
26597
# File 'lib/quickfix_fields.rb', line 26591

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

Class Method Details

.fieldObject



26588
26589
26590
# File 'lib/quickfix_fields.rb', line 26588

def UnderlyingValuationMethod.field
  return 2031
end