Class: Quickfix::UnderlyingValuationMethod

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

Instance Method Summary collapse

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