Class: Quickfix::LegStrikeUnitOfMeasure

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

Instance Method Summary collapse

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