Class: Quickfix::PriceUnitOfMeasure

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PriceUnitOfMeasure

Returns a new instance of PriceUnitOfMeasure.



15879
15880
15881
15882
15883
15884
15885
# File 'lib/quickfix_fields.rb', line 15879

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

Class Method Details

.fieldObject



15876
15877
15878
# File 'lib/quickfix_fields.rb', line 15876

def PriceUnitOfMeasure.field
	return 1191
end