Class: Quickfix::StatsType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StatsType

Returns a new instance of StatsType.



6025
6026
6027
6028
6029
6030
6031
# File 'lib/quickfix_fields.rb', line 6025

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

Class Method Details

.fieldObject



6022
6023
6024
# File 'lib/quickfix_fields.rb', line 6022

def StatsType.field
	return 1176
end