Class: Quickfix::UnderlyingUnitOfMeasureQty

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingUnitOfMeasureQty

Returns a new instance of UnderlyingUnitOfMeasureQty.



1111
1112
1113
1114
1115
1116
1117
# File 'lib/quickfix_fields.rb', line 1111

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

Class Method Details

.fieldObject



1108
1109
1110
# File 'lib/quickfix_fields.rb', line 1108

def UnderlyingUnitOfMeasureQty.field
	return 1423
end