Class: Quickfix::LegIndexSeries

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) ⇒ LegIndexSeries

Returns a new instance of LegIndexSeries.



42802
42803
42804
42805
42806
42807
42808
# File 'lib/quickfix_fields.rb', line 42802

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

Class Method Details

.fieldObject



42799
42800
42801
# File 'lib/quickfix_fields.rb', line 42799

def LegIndexSeries.field
  return 2172
end