Class: Quickfix::CommUnitOfMeasure

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

Returns a new instance of CommUnitOfMeasure.



40683
40684
40685
40686
40687
40688
40689
# File 'lib/quickfix_fields.rb', line 40683

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

Class Method Details

.fieldObject



40680
40681
40682
# File 'lib/quickfix_fields.rb', line 40680

def CommUnitOfMeasure.field
	return 1238
end