Class: Quickfix::FXBenchmarkRateFix

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ FXBenchmarkRateFix

Returns a new instance of FXBenchmarkRateFix.



77031
77032
77033
77034
77035
77036
77037
# File 'lib/quickfix_fields.rb', line 77031

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

Class Method Details

.fieldObject



77028
77029
77030
# File 'lib/quickfix_fields.rb', line 77028

def FXBenchmarkRateFix.field
	return 2796
end