Class: Quickfix::LegReturnRateFXRate

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

Returns a new instance of LegReturnRateFXRate.



67619
67620
67621
67622
67623
67624
67625
# File 'lib/quickfix_fields.rb', line 67619

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

Class Method Details

.fieldObject



67616
67617
67618
# File 'lib/quickfix_fields.rb', line 67616

def LegReturnRateFXRate.field
  return 42532
end