Class: Quickfix::MaxShow

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MaxShow

Returns a new instance of MaxShow.



8833
8834
8835
8836
8837
8838
8839
# File 'lib/quickfix_fields.rb', line 8833

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

Class Method Details

.fieldObject



8830
8831
8832
# File 'lib/quickfix_fields.rb', line 8830

def MaxShow.field
	return 210
end