Class: Quickfix::PriceUnitOfMeasure

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PriceUnitOfMeasure

Returns a new instance of PriceUnitOfMeasure.



10042
10043
10044
10045
10046
10047
10048
# File 'lib/quickfix_fields.rb', line 10042

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

Class Method Details

.fieldObject



10039
10040
10041
# File 'lib/quickfix_fields.rb', line 10039

def PriceUnitOfMeasure.field
	return 1191
end