Class: Quickfix::UnderlyingPaymentStreamPricingDayOfWeek

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamPricingDayOfWeek

Returns a new instance of UnderlyingPaymentStreamPricingDayOfWeek.



55542
55543
55544
55545
55546
55547
55548
# File 'lib/quickfix_fields.rb', line 55542

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