Class: Quickfix::UnderlyingPaymentStreamPricingBusinessCalendar

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamPricingBusinessCalendar

Returns a new instance of UnderlyingPaymentStreamPricingBusinessCalendar.



55412
55413
55414
55415
55416
55417
55418
# File 'lib/quickfix_fields.rb', line 55412

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