Class: Quickfix::YieldRedemptionDate

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ YieldRedemptionDate

Returns a new instance of YieldRedemptionDate.



16776
16777
16778
16779
16780
16781
16782
# File 'lib/quickfix_fields.rb', line 16776

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

Class Method Details

.fieldObject



16773
16774
16775
# File 'lib/quickfix_fields.rb', line 16773

def YieldRedemptionDate.field
  return 696
end