Class: Quickfix::NoStatsIndicators

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



15668
15669
15670
# File 'lib/quickfix_fields.rb', line 15668

def NoStatsIndicators.field
  return 1175
end