Class: Quickfix::DisplayHighQty

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DisplayHighQty

Returns a new instance of DisplayHighQty.



14514
14515
14516
14517
14518
14519
14520
# File 'lib/quickfix_fields.rb', line 14514

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