Class: Quickfix::LegBenchmarkCurveCurrency

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegBenchmarkCurveCurrency

Returns a new instance of LegBenchmarkCurveCurrency.



14137
14138
14139
14140
14141
14142
14143
# File 'lib/quickfix_fields.rb', line 14137

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

Class Method Details

.fieldObject



14134
14135
14136
# File 'lib/quickfix_fields.rb', line 14134

def LegBenchmarkCurveCurrency.field
	return 676
end