Class: Quickfix::NextIndexRollDate

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NextIndexRollDate

Returns a new instance of NextIndexRollDate.



76134
76135
76136
76137
76138
76139
76140
# File 'lib/quickfix_fields.rb', line 76134

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

Class Method Details

.fieldObject



76131
76132
76133
# File 'lib/quickfix_fields.rb', line 76131

def NextIndexRollDate.field
  return 2738
end