Class: Quickfix::YieldRedemptionPrice

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ YieldRedemptionPrice

Returns a new instance of YieldRedemptionPrice.



13539
13540
13541
13542
13543
13544
13545
# File 'lib/quickfix_fields.rb', line 13539

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

Class Method Details

.fieldObject



13536
13537
13538
# File 'lib/quickfix_fields.rb', line 13536

def YieldRedemptionPrice.field
  return 697
end