Class: Quickfix::DisplayHighQty

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DisplayHighQty

Returns a new instance of DisplayHighQty.



10796
10797
10798
10799
10800
10801
10802
# File 'lib/quickfix_fields.rb', line 10796

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

Class Method Details

.fieldObject



10793
10794
10795
# File 'lib/quickfix_fields.rb', line 10793

def DisplayHighQty.field
	return 1086
end