Class: Quickfix::LegComplexEventFixedFXRate

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

Returns a new instance of LegComplexEventFixedFXRate.



47664
47665
47666
47667
47668
47669
47670
# File 'lib/quickfix_fields.rb', line 47664

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

Class Method Details

.fieldObject



47661
47662
47663
# File 'lib/quickfix_fields.rb', line 47661

def LegComplexEventFixedFXRate.field
  return 2236
end