Class: Quickfix::ValuationMethod

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

Returns a new instance of ValuationMethod.



166134
166135
166136
166137
166138
166139
166140
# File 'ext/quickfix/QuickfixRuby.cpp', line 166134

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

Class Method Details

.fieldObject



18814
18815
18816
# File 'lib/quickfix_fields.rb', line 18814

def ValuationMethod.field
	return 1197
end