Class: Quickfix::LegUnitOfMeasure

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegUnitOfMeasure

Returns a new instance of LegUnitOfMeasure.



11615
11616
11617
11618
11619
11620
11621
# File 'lib/quickfix_fields.rb', line 11615

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

Class Method Details

.fieldObject



11612
11613
11614
# File 'lib/quickfix_fields.rb', line 11612

def LegUnitOfMeasure.field
	return 999
end