Class: Quickfix::YieldRedemptionPriceType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ YieldRedemptionPriceType

Returns a new instance of YieldRedemptionPriceType.



9587
9588
9589
9590
9591
9592
9593
# File 'lib/quickfix_fields.rb', line 9587

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