Class: Quickfix::UnderlyingCouponPaymentDate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingCouponPaymentDate

Returns a new instance of UnderlyingCouponPaymentDate.



5934
5935
5936
5937
5938
5939
5940
# File 'lib/quickfix_fields.rb', line 5934

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