Class: Quickfix::DerivativeValuationMethod

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

Returns a new instance of DerivativeValuationMethod.



18882
18883
18884
18885
18886
18887
18888
# File 'lib/quickfix_fields.rb', line 18882

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

Class Method Details

.fieldObject



18879
18880
18881
# File 'lib/quickfix_fields.rb', line 18879

def DerivativeValuationMethod.field
  return 1319
end