Class: Quickfix::LegUnitOfMeasureQty

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegUnitOfMeasureQty

Returns a new instance of LegUnitOfMeasureQty.



17582
17583
17584
17585
17586
17587
17588
# File 'lib/quickfix_fields.rb', line 17582

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