Class: Quickfix::NoIndexRollMonths

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



76082
76083
76084
76085
76086
76087
76088
# File 'lib/quickfix_fields.rb', line 76082

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

Class Method Details

.fieldObject



76079
76080
76081
# File 'lib/quickfix_fields.rb', line 76079

def NoIndexRollMonths.field
  return 2734
end