Class: Quickfix::UnderlyingComplexEventFixedFXRate

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

Instance Method Summary collapse

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