Class: Quickfix::DerivativeFuturesValuationMethod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeFuturesValuationMethod

Returns a new instance of DerivativeFuturesValuationMethod.



17491
17492
17493
17494
17495
17496
17497
# File 'lib/quickfix_fields.rb', line 17491

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