Class: Quickfix::UnderlyingComplexEventFixedFXRate

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) ⇒ UnderlyingComplexEventFixedFXRate

Returns a new instance of UnderlyingComplexEventFixedFXRate.



52643
52644
52645
52646
52647
52648
52649
# File 'lib/quickfix_fields.rb', line 52643

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

Class Method Details

.fieldObject



52640
52641
52642
# File 'lib/quickfix_fields.rb', line 52640

def UnderlyingComplexEventFixedFXRate.field
	return 2271
end