Class: Quickfix::UnderlyingRedemptionDate

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingRedemptionDate

Returns a new instance of UnderlyingRedemptionDate.



14007
14008
14009
14010
14011
14012
14013
# File 'lib/quickfix_fields.rb', line 14007

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

Class Method Details

.fieldObject



14004
14005
14006
# File 'lib/quickfix_fields.rb', line 14004

def UnderlyingRedemptionDate.field
	return 247
end