Class: Quickfix::IndexRollMonth

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



76069
76070
76071
76072
76073
76074
76075
# File 'lib/quickfix_fields.rb', line 76069

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

Class Method Details

.fieldObject



76066
76067
76068
# File 'lib/quickfix_fields.rb', line 76066

def IndexRollMonth.field
  return 2733
end