Class: Quickfix::UnderlyingPaymentStreamFinalPricePaymentDateOffsetDayType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamFinalPricePaymentDateOffsetDayType

Returns a new instance of UnderlyingPaymentStreamFinalPricePaymentDateOffsetDayType.



73326
73327
73328
73329
73330
73331
73332
# File 'lib/quickfix_fields.rb', line 73326

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