Class: Quickfix::YieldRedemptionDate

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ YieldRedemptionDate

Returns a new instance of YieldRedemptionDate.



9561
9562
9563
9564
9565
9566
9567
# File 'lib/quickfix_fields.rb', line 9561

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

Class Method Details

.fieldObject



9558
9559
9560
# File 'lib/quickfix_fields.rb', line 9558

def YieldRedemptionDate.field
  return 696
end