Class: Quickfix::UnderlyingPaymentStreamFormulaImageLength

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamFormulaImageLength

Returns a new instance of UnderlyingPaymentStreamFormulaImageLength.



73248
73249
73250
73251
73252
73253
73254
# File 'lib/quickfix_fields.rb', line 73248

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