Class: Quickfix::ContIntRptID

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

Returns a new instance of ContIntRptID.



13175
13176
13177
13178
13179
13180
13181
# File 'lib/quickfix_fields.rb', line 13175

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

Class Method Details

.fieldObject



13172
13173
13174
# File 'lib/quickfix_fields.rb', line 13172

def ContIntRptID.field
  return 977
end