Class: Quickfix::LegStrikeUnitOfMeasure

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

Returns a new instance of LegStrikeUnitOfMeasure.



42945
42946
42947
42948
42949
42950
42951
# File 'lib/quickfix_fields.rb', line 42945

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

Class Method Details

.fieldObject



42942
42943
42944
# File 'lib/quickfix_fields.rb', line 42942

def LegStrikeUnitOfMeasure.field
	return 2183
end