Class: Quickfix::LegDividendNumOfIndexUnits

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) ⇒ LegDividendNumOfIndexUnits

Returns a new instance of LegDividendNumOfIndexUnits.



65214
65215
65216
65217
65218
65219
65220
# File 'lib/quickfix_fields.rb', line 65214

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

Class Method Details

.fieldObject



65211
65212
65213
# File 'lib/quickfix_fields.rb', line 65211

def LegDividendNumOfIndexUnits.field
	return 42347
end