Class: Quickfix::LegReturnRateValuationPriceOption

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

Returns a new instance of LegReturnRateValuationPriceOption.



67957
67958
67959
67960
67961
67962
67963
# File 'lib/quickfix_fields.rb', line 67957

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

Class Method Details

.fieldObject



67954
67955
67956
# File 'lib/quickfix_fields.rb', line 67954

def LegReturnRateValuationPriceOption.field
  return 42558
end