Class: Quickfix::YieldRedemptionDate

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

Instance Method Summary collapse

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