Class: Quickfix::NoLegReturnRates

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoLegReturnRates

Returns a new instance of NoLegReturnRates.



67645
67646
67647
67648
67649
67650
67651
# File 'lib/quickfix_fields.rb', line 67645

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

Class Method Details

.fieldObject



67642
67643
67644
# File 'lib/quickfix_fields.rb', line 67642

def NoLegReturnRates.field
  return 42534
end