Class: Quickfix::YieldRedemptionPriceType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ YieldRedemptionPriceType

Returns a new instance of YieldRedemptionPriceType.



318
319
320
321
322
323
324
# File 'lib/quickfix_fields.rb', line 318

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

Class Method Details

.fieldObject



315
316
317
# File 'lib/quickfix_fields.rb', line 315

def YieldRedemptionPriceType.field
  return 698
end