Class: Quickfix::ComplexEventFixedFXRate

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ ComplexEventFixedFXRate

Returns a new instance of ComplexEventFixedFXRate.



41307
41308
41309
41310
41311
41312
41313
# File 'lib/quickfix_fields.rb', line 41307

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

Class Method Details

.fieldObject



41304
41305
41306
# File 'lib/quickfix_fields.rb', line 41304

def ComplexEventFixedFXRate.field
	return 2127
end