Class: Quickfix::YieldRedemptionPrice

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

Returns a new instance of YieldRedemptionPrice.



9574
9575
9576
9577
9578
9579
9580
# File 'lib/quickfix_fields.rb', line 9574

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

Class Method Details

.fieldObject



9571
9572
9573
# File 'lib/quickfix_fields.rb', line 9571

def YieldRedemptionPrice.field
  return 697
end