Class: Quickfix::AllocGroupRemainingQuantity

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AllocGroupRemainingQuantity

Returns a new instance of AllocGroupRemainingQuantity.



22561
22562
22563
22564
22565
22566
22567
# File 'lib/quickfix_fields.rb', line 22561

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