Class: Quickfix::DerivativeFuturesValuationMethod

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ DerivativeFuturesValuationMethod

Returns a new instance of DerivativeFuturesValuationMethod.



154962
154963
154964
154965
154966
154967
154968
# File 'ext/quickfix/QuickfixRuby.cpp', line 154962

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

Class Method Details

.fieldObject



17332
17333
17334
# File 'lib/quickfix_fields.rb', line 17332

def DerivativeFuturesValuationMethod.field
	return 1319
end