Class: Quickfix::FXBenchmarkRateFix

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

Instance Method Summary collapse

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