Class: Quickfix::UnderlyingPaymentStreamFormulaImageLength

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



73245
73246
73247
# File 'lib/quickfix_fields.rb', line 73245

def UnderlyingPaymentStreamFormulaImageLength.field
	return 42947
end