Class: Quickfix::UnderlyingReturnRateFXRate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingReturnRateFXRate

Returns a new instance of UnderlyingReturnRateFXRate.



74353
74354
74355
74356
74357
74358
74359
# File 'lib/quickfix_fields.rb', line 74353

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