Class: Quickfix::UnderlyingPaymentStreamFixingDateType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamFixingDateType

Returns a new instance of UnderlyingPaymentStreamFixingDateType.



73378
73379
73380
73381
73382
73383
73384
# File 'lib/quickfix_fields.rb', line 73378

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