Class: Quickfix::UnderlyingCouponPaymentDate

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingCouponPaymentDate

Returns a new instance of UnderlyingCouponPaymentDate.



591
592
593
594
595
596
597
# File 'lib/quickfix_fields.rb', line 591

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

Class Method Details

.fieldObject



588
589
590
# File 'lib/quickfix_fields.rb', line 588

def UnderlyingCouponPaymentDate.field
	return 241
end