Class: Quickfix::LegCouponPaymentDate

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegCouponPaymentDate

Returns a new instance of LegCouponPaymentDate.



18401
18402
18403
18404
18405
18406
18407
# File 'lib/quickfix_fields.rb', line 18401

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

Class Method Details

.fieldObject



18398
18399
18400
# File 'lib/quickfix_fields.rb', line 18398

def LegCouponPaymentDate.field
	return 248
end