Class: Quickfix::UnderlyingPaymentStreamPricingDateType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamPricingDateType



55516
55517
55518
55519
55520
55521
55522
# File 'lib/quickfix_fields.rb', line 55516

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