Class: Quickfix::UnderlyingReturnRateFXRate

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

Class Method Details

.fieldObject



74350
74351
74352
# File 'lib/quickfix_fields.rb', line 74350

def UnderlyingReturnRateFXRate.field
  return 43032
end