Class: Quickfix::NoStatsIndicators

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoStatsIndicators

Returns a new instance of NoStatsIndicators.



15671
15672
15673
15674
15675
15676
15677
# File 'lib/quickfix_fields.rb', line 15671

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