Class: Quickfix::DerivativeValuationMethod

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeValuationMethod

Returns a new instance of DerivativeValuationMethod.



14410
14411
14412
14413
14414
14415
14416
# File 'lib/quickfix_fields.rb', line 14410

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

Class Method Details

.fieldObject



14407
14408
14409
# File 'lib/quickfix_fields.rb', line 14407

def DerivativeValuationMethod.field
  return 1319
end