Class: Quickfix::DividendNumOfIndexUnits

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

Returns a new instance of DividendNumOfIndexUnits.



63875
63876
63877
63878
63879
63880
63881
# File 'lib/quickfix_fields.rb', line 63875

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

Class Method Details

.fieldObject



63872
63873
63874
# File 'lib/quickfix_fields.rb', line 63872

def DividendNumOfIndexUnits.field
	return 42255
end