Class: Quickfix::ValuationMethod

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ValuationMethod

Returns a new instance of ValuationMethod.



2684
2685
2686
2687
2688
2689
2690
# File 'lib/quickfix_fields.rb', line 2684

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

Class Method Details

.fieldObject



2681
2682
2683
# File 'lib/quickfix_fields.rb', line 2681

def ValuationMethod.field
	return 1197
end